Hey,
I am debugging some small code. My problem is that the debugger keeps getting stopped when it hits the isr_default.
PE_ISR(isr_default)
{
/* Write your interrupt code here ... */
}
Is there someway to understand where this interrupt comes from? (In the interrupt vector almost everything except PIT gets directed to this, so I cannot see the origin of the interrupt).
Is there anyway for me to "select" that the debugger should not stop here, just keep going?
I should mention that I am newbie.
Best regards
Niklas