Pin configuration tool not generating all GPIO pins

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

Pin configuration tool not generating all GPIO pins

931 Views
anilsp31PA
Contributor II

I have configured the GPIO pins, but found that not all GPIO pins listed in generated code.

Siul2_Port_Ip_Cfg.h does not show few pins in the list.

One observation is that in Tspc_Port_Ip_Types.h I can see below line for one of such pin. Does this tell this pin is configured as ADC?

#define PTC11_OBE (uint64_t)(1ULL << 17) /* TSPC_ADC0 */

 

0 Kudos
Reply
2 Replies

857 Views
anilsp31PA
Contributor II

This issue is resolved. There were duplicate Labels/Identifiers present in the Pins configurations which may have caused these issues. I have corrected the duplicates and problem is resolved.

0 Kudos
Reply

912 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

could be fine you show your setting and which pin is missing. I think a pins configured in Pins tool would appears within config structure in Siul2_Port_Ip_Cfg.c, unless pin does not require any SIUL configuration.
Siul2_Port_Ip_Cfg.h includes just config structure declaration and macro for number of configured pins. 
Pins using ADC function does not require SIUL setting.

BR, Petr

0 Kudos
Reply