Hello,
I would have expected that one of the more useful outputs of SysConfig generated code would be an abstraction of the pin function from the pin number.
For example I have configured GPIO91 to be a HW_FLT_LATCH in the SysConfig tool. I had hoped the code generated would have the following macro defined somewhere.
#define HW_FLT_LATCH 91U
My application now just needs to refer to HW_FLT_LATCH and it does not need to be modified if/when we change the pin allocation.
Am I missing a button click somewhere to produce this mapping or does SysConfig simply not do this?
Thank you.




