Hello,
I am using Code Composer Studio 5.3 and I have the Hitex Safety kit. How can I debug interrupts? Putting breakpoints doesn't do anything, and I have unchecked the "Disable interrupts" options.
Does anyone know what I'm doing wrong?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am using Code Composer Studio 5.3 and I have the Hitex Safety kit. How can I debug interrupts? Putting breakpoints doesn't do anything, and I have unchecked the "Disable interrupts" options.
Does anyone know what I'm doing wrong?
Hi,
Although I don't have this development kit, usually Hercules devices allocate most or all of its code in Flash, which only accepts hardware breakpoints. Therefore, can you double-check if you are in fact using this type?
Also, if your code is using optimization you may want to look at the wiki page below:
http://processors.wiki.ti.com/index.php/Debug_versus_Optimization_Tradeoff
Hope this helps,
Rafael