Topic : Debugging interrupts

Forum : ARM

Original Post
Post Information Post
January 5, 2011 - 12:37pm
Guest

Hello,
I'm using Ride 7 with a STM32 cpu.
When I'm stepping trough the main code, also when I switch to disassembly code:
I'm not switching to an interrupt when an interrupt occours, Is there a way to force that? (without setting a breakpoint in the interrupt)

Replies
Post Information Post
+1
0
-1
January 10, 2011 - 10:13am
Raisonance Support Team

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