Content originally posted in LPCWare by CodeRedSupport on Tue Jun 08 08:28:04 MST 2010
Quote: blasiis
I cannot insert a break in ResetISR routine, correct ?
Incorrect. You can set a breakpoint here, just as you can elsewhere in your code.
There are various ways of doing this, but the simplest is probably just to open the file in the editor view, scroll down to the definition of ResetISR and then double click on the left hand side of the view. When you next load/reload the application, you should then stop when ResetISR starts to execute.
Regards,
CodeRedSupport