Content originally posted in LPCWare by lmoreira on Sun May 13 23:54:17 MST 2012
Hi Guys,
Thank you very much for the Help, I managed to recover my boards. Setting the Debug option "Vector catch" to True did it. I had an error on the way I called the tasks on my simple scheduler, and it caused it to try to get a fifth element from the array when the array only has four elements. I understand that this situation will cause an hardfault exception, which I came across before, but I am not quite sure why would it lock the part but I guess it depends on what I am actually getting or accessing on that fifth element.
if anyone is going to need to do this please remember to set the "Vector catch" option back to false after you recovered the board, as per the manual.
Once again Thank you very much.
Best Regards
Luis