Question
Can i read 'real' inputs from my Nucleo in STM32cubeIDE debug mode?
As the title says, I want to look at pin PA9 on my STM32F031K6 nucleo board as I run my program in the STM32cudeIDE debug mode. Will 'real' external inputs be viewable in the watch list? Which register do I have to view? I tried GPIOA->IDR but there seems to be no change