STM32F051R8 works when in debug mode and not in normal power mode
The device used to work fine even when not in debug mode. However, after some tweaks in the clock configuration, the device all of a sudden stopped working even the simplest of the program like toggling a GPIO pin. The same program works well fine in...