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.
void main(void){ while(1) { /*some code*/ results_process(); --> eint3handler() { /*some code*/ platform_powerdown()-->application_powerdown(); /*end of eint3 handler*/ } /*register r4 gets corrupted sometimes*/ } }