Resolved! STM32 F3 Pll stuck
I’ve an weird issue with one of my boards. On the code where the clocks are initialised(it’s the default code generated by Cube), the mcu gets stuck on the line, HAL_Pll_Enable and it continuously restarts the mcu every 6ms. But the same hex file, wo...