What is the purpose of labeling pins in the MX program if you cannot use the labels in your code?
In the Device Configuration Tool it allows you to name pins. But it appears my program is not aware of those pin names and I cannot find any .h or .c file where the mapping is defined. The are only defined in a .ioc file, which the compiler does not use.
I would have thought the Code Generator would have done that.
So I have to make my own .h file with the mapping defined.

