Forum : ARM
Original Post
Post Information | Post |
---|---|
January 5, 2011 - 12:37pm
|
Hello, |
Forum : ARM
Post Information | Post |
---|---|
January 5, 2011 - 12:37pm
|
Hello, |
Hi,
Interrupts are disabled during stepping because otherwise it would often be impossible to debug the main program.
So you must use breakpoints in order to debug interrupt service code.
Best Regards,
Vincent