Microcontroller stops working when I slow down the clock - Where do I even begin to debug this?
Posted on July 11, 2016 at 18:11 I am working with the STM32F405 microcntroller and in main() I have the following loop: while (TRUE) { UART_TransmitNullTerminatedString((uint8_t*) ''\r\nMicrocontroller alive '' ); } I run this f...