STM32F745 suddenly is extremely slow - have I bricked it?
Hi,
I've been working on programming my STM32F745 for some months now, step by step playing with the different peripherals. So far so good. I've been also doing step-by-step debugging with OpenOcd and STLink V2.
Today things started to look a bit weird and I decided to revert my code to an old commit that just blinks 2 LEDs (I know it has been working before).
To my surprise, the behavior of the chip is now veeery slow and erratic. Instead of blinking my LEDs every 100 ms, it does every 3 seconds. It's not even consistent, sometimes it blinks faster than others (doing any change or touching the chip).
What happened?! The code was working before and I flashed it as usual. Did I brick the chip? What can cause the processor to go so slow?