Processor expert generated code specification?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Processor expert generated code specification?

932件の閲覧回数
ruudsiebierski
Contributor III

Hi,

Is there any information about which C standard is used in the generated code of Processor Expert? And if this a setting that can be tweaked?

Best regards,

Ruud

タグ(1)
0 件の賞賛
返信
2 返答(返信)

832件の閲覧回数
BlackNight
NXP Employee
NXP Employee

From what I see is that it is pretty much C89, and I have not had any issues using it with C99 compiler settings.

0 件の賞賛
返信

832件の閲覧回数
ruudsiebierski
Contributor III

Hi Erich,

I believe following struct initialization is not strictly according to C89.
I'm just looking for a statement, whether the generated code is according to some rule. 

pin_settings_config_t g_dev_kit_pin_mux_InitConfigArr[NUM_OF_CONFIGURED_PINS] =
{
{
.base = SIUL2,
.pinPortIdx = 19u,
.mux = PORT_MUX_AS_GPIO,

0 件の賞賛
返信