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 */
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.
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