2007-03-21 07:49 AM
soft restart with or without PLL already running
2011-05-17 12:40 AM
I've build two applications,
a bootloader starting from address 0 and a application starting from address 0x10000. I've to limit the Keil startup file for the application to exclude the clock (PLL) setup. If I enable the clock setup the cpu is jumping in the PLL initialization loop. How can I do a software restart (reset), not a hardware reset, including the complete startup file ? Exists a way to switch clean off the last clock configuration (with or without PLL running) and restart the PLL with my requirements ?