The serial flash tool and my project are communicating a bit, autobaud even works. However, I am crashing in Interrupt_defaultHandler(). It tells me
"To help you debug the issue, local
// variable vectID contains the vector ID of the interrupt that occurred."
However, breakpoints do not work in the ISR and it is not showing up in the variable watch. Is there some way to find it out without copying to a global and doing something like a long jump.
I have not worked with interrupts on this device yet but hope to find an example repo to get up to speed. Is there an Academy chapter or similar on interrupts.
Thanks,
John