Why does the download fail after changing the code in Keil?
while (1) { /* Wake Up due to RTC timer */ if(WakeUpTimerInterrupt) { WakeUpTimerInterrupt =0; WakeUpTimerCallBack(); } /* There are a RF activity */ if(RFActivity) { RFActivity = 0; DetectRFActiv...