Keil™, An ARM® Company

Discussion Forum

Programming str9 flash while it is in sleep mode

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Author
Ramazan ARIKAN
Posted
25-Dec-2009 09:30 GMT
Toolset
ARM
New! Programming str9 flash while it is in sleep mode

Hi,

My code as follows:

int main()
{
   initSerialInterface();
   initWakeupInterrupt();
   gotoSleepMode();
   doDummyInstruction(96,24); //96Mhz->pll output, 24Mhz main ossilator frequency
   printf("MCU waked up\n");
   while(1);
}

After loading this code one time, I could not load any program with Keil's ulink2 debugger.
How can I solve the problem?

Thank you.

Author
Tamir Michael
Posted
25-Dec-2009 09:59 GMT
Toolset
ARM
New! RE: Programming str9 flash while it is in sleep mode

maybe this can help...?

http://www.keil.com/support/docs/3215.htm

Next Thread | Thread List | Previous Thread Start a Thread | Settings