Part Number: TMS320F28054M
In lab5f, if I put an debug breakpoint inside the mainISR() routine, the code execution doesn't halt, is there a problem with my debugger or code?
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.
Part Number: TMS320F28054M
In lab5f, if I put an debug breakpoint inside the mainISR() routine, the code execution doesn't halt, is there a problem with my debugger or code?
Mika,
Breakpoints are described very well here. http://processors.wiki.ti.com/index.php/How_Do_Breakpoints_Work
Assuming you have correctly added a breakpoint then it would seem that your the line of code that has your breakpoint in the mainISR() is not executing.
Regards,
Cody
Thanks. I found out that if I setup breakpoint after program starts to run, the program does halts, otherwise if I set breakpoint before activating code, it doesn't...Any reason that you can find for same?