|
Programming str9 flash while it is in sleep modeNext Thread | Thread List | Previous Thread Start a Thread | Settings | Details | Message |
|---|
Author Ramazan ARIKAN Posted 25-Dec-2009 09:30 GMT Toolset ARM |  Programming str9 flash while it is in sleep mode Ramazan ARIKAN 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 |  RE: Programming str9 flash while it is in sleep mode Tamir Michael maybe this can help...? http://www.keil.com/support/docs/3215.htm | |
Next Thread | Thread List | Previous Thread Start a Thread | Settings |
|