• Can't set breakpoints
    I am working with the Nordic board PCA10040 using Keil V5.23.0.0. After updating the JLink firmware (requested) Keil stopped allowing breakpoints. I installed latest Segger software 6.30 and it didn...
  • Breakpoints not working in C code, only in assembly?
    I am running some example program in ARM Development Studio using FVP (fixed virtual platforms) simulator for A53. All is OK, I can run the app. However, the problem is the breakpoints: they don't...
  • Setting Breakpoint
    How to set break point from the output window? Say loop_flag = 1 is an instruction where I want to set the break point from the output window.
  • Setting breakpoints
    How do you specify a hardware breakpoint vs a software breakpoint? There's nothing that I can find in the help files. I'm now starting a search of the knowledge base. Any info appreciated.
  • How to set breakpoints in an assembly program?
    Hello, I can't set breakpoints in my assembly program if I run it using the monitor (Phytec MM167)! I can step through it and let it run to the cursor line, but setting a breakpoint isn't possible. ...