Question
The STM32CubeIDE has a debugger window that lets you look at the SPF (Special Function Registers). Why are the set of GPIO registers not included? I am trying to see if RA2 and RA9 are set up the same. But I do not know how to look at them in the deb
This lets me see most registers. Why are the GPIO registers not included?
How do I examine their settings?
Normally I would print them out, but I am trying to debug the serial port so I cannot print them out to a terminal.
Thanks,