We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.