Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hi all,
I have a program that loads with the debugger attached just fine. However, part of my testing involved resetting the CPU(s) during runtime, and when that occurs, I get an unplugged interrupt #32.
What I (think I) know:
- Unplugged interrupts occur when an interrupt occurs but doesn't have a function attached to it. In my case, it's probably a bad branch or memory being written over somewhere (I've had this problem before).
- Intr #32 is the ACA1_ISR, which for me is just the default from Default_ISR.c since I'm not using it
- The memory address for intr #32 is 0x88B3B
- This only occurs when I reset the device after it initially begins (as described above).
What are some debugging methods that you use to track down this kind of problem? Are there any good registers to check out or convenient places to put breakpoints? I'm still kind of new to this processor, so I'm trying to debug it myself but I feel like I'm just not looking in the correct spots.
Thanks so much!
Mike