Processor expert generated code specification?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Processor expert generated code specification?

565 Views
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

Tags (1)
0 Kudos
Reply
2 Replies

465 Views
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 Kudos
Reply

465 Views
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 Kudos
Reply