STM32H725VGT6 not responding even though it's behaving like it's running. Edit: Solved.
Hi,
I'm working on the FW for STM32H725VGT6 MCU and something strange is happening.
I've created a simple project with cubeIDE (with usart2 and a GPIO to toggle) and the code created and compiled with no issues. After uploading the code with debug mode and running it, everything looks regular and according to the IDE the code is being executed (a test value being increased within the while loop and I can see its value changing in the "watch" window) but actually the MCU is not responding, there's no prints on the UART and the GPIO is not being toggled.
I'm writing the MCU with the STLink of STM32H7 nucleo board.
I'm not new to STM32 MCUs nor to cudeIDE and I never came across such thing.
Also, the boot0 pin is tied to GND.
With the nucleo everything was OK and had no issues.
I remember that the first time I programmed this specific MCU the STM32CubeProgrammer tool send me a message about the option bytes but I don't remember what this message was. There's a chance this issue related to the option bytes?
#STM32H7