Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Anyone have ideas on how to debug this further? Is there any more information I can gather that can help diagnose the issue? It seems I'm lacking an actual error code or useful message. The breakpoints say they are being made successfully, but then they are never hit. I know for a fact these areas of the code are being run. I've set them in the lowest layers of our RTOS without success.

  • Both software and hardware breakpoints are not hit. I am not able to hit breakpoints in internal flash either. I've tried debugging with Ozone. Please see my Ozone log pastebin link above. Note - I can still halt execution with the pause button. Just breakpoints don't work (hard to debug without breakpoints :P). Thanks, Josh

  • Please see my previous thread here. Sorry I had to travel for business for a while. [ABANDONED] No breakpoints not hit, but halting shows right $pc Quote from jhuels20: “ I've been dealing with an issue for a week or two now where I can't get any of my breakpoints to work. Here is what I'm using: - JLink Plus - JLink_V622c - LPC1857 - JTAG - gcc-arm-none-eabi 4.9 I've tried various debugging tools (eclipce MCU, VisualGDB, command line) and setups and no breakpoints are being hit. I have tried ha…

  • I forgot to note, my program is running in external flash.

  • I've been dealing with an issue for a week or two now where I can't get any of my breakpoints to work. Here is what I'm using: - JLink Plus - JLink_V622c - LPC1857 - JTAG - gcc-arm-none-eabi 4.9 I've tried various debugging tools (eclipce MCU, VisualGDB, command line) and setups and no breakpoints are being hit. I have tried hardware, software (program not in RAM anyways), and flash breakpoints. I can tell the program is running because halting it will show a valid program counter and the symbol…