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.
I use pac25140 (arm cortex M4+) for my project. When I add a while(1) loop and start debug. The program is in while loop after that Keil-arm is not responding.
int main(void){ // Disable global interrupts __disable_irq();
board_init(); __disable_irq();while(1){;}}
Hi Hans,
Sorry for my late respond.
I deal with my issue by set a dummy command line in the while loop.
example:
while (1)
{
dummy ++;
}
You still did not explain what you mean with '… is not responding". I don't know how incrementing a dummy variable helps you in any way.
HI Hans,
That is the Keil-ARM notification not responding. !
I would need an example project to duplicate this issue. Please open a support case and attach your complete project.