This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SysConfig Pin Abstraction Code

Other Parts Discussed in Thread: SYSCONFIG

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.