Mcu.PinXXX parameters - What do they represent? And are they documented?
Hello,
Doing a "git diff" on my project IOC file notably highlights these changes:
-Mcu.Pin6=PA2
-Mcu.Pin7=PA3
+Mcu.Pin6=PA0
+Mcu.Pin7=PA1
Looking at the IOC file, I do not think that these Mcu.PinXXX parameters define the actual pin name associated with a physical pin number.
So I am wondering what these Mcu.PinXXX parameters represent. And an even more important question: where are all STM32CubeMX IOC file parameters documented by ST? Googling them leads to no results.
Thanks!