Question
CPU freeze when, in the SFR window, I try to display ADC1 content.
I'm using ADCs on a STM32F3 MCU.
The program is reading the ADCs, alternating between continous and single mode.
If I run the program without breakpoints, it works properly.
If I insert a breakpoint before the read instruction, the program works properly.
If I open the SFR window, the program still works properly.
If I try to display the content of ADC1, then the CPU freeze.