Question
Re-Configure System Clock
Posted on July 31, 2011 at 08:38
Dear all,
I have 2 applications in my STM32 microcontroller; the Boot Loader & the Main Application. It starts with the bootloader perform some actions and then it (Jumps) to a known address to execute the main application. The problem I've have is that system clock in boot loader differs from that in the main application. and when it jumps to the main application, it is executed successfully but alaways with the boot loader's clock; eventhough, I reconfigure it in the main application. My question is, how do I re-configure the system clock when I jump to the main application? Thanks in advance, Celo