cancel
Showing results for 
Search instead for 
Did you mean: 

soft restart with or without PLL already running

d_steffen
Associate II
Posted on March 21, 2007 at 15:49

soft restart with or without PLL already running

1 REPLY 1
d_steffen
Associate II
Posted on May 17, 2011 at 09:40

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 ?