• MONITOR ERROR 6: CANNOT WRITE BREAKPOINT
    Sometimes, when I load uV2 and start the debugger and press F5 (run) I get this error message: MONITOR ERROR 6: CANNOT WRITE BREAKPOINT When this happens, the program is not running, but if I press...
  • MONITOR ERROR 6: CANNOT WRITE BREAKPOINT
    Sometimes, when I load uV2 and start the debugger and press F5 (run) I get this error message: MONITOR ERROR 6: CANNOT WRITE BREAKPOINT When this happens, the program is not running, but if I press...
  • Monitor Error 3: Cannot Write to Address
    I'm trying to load an application into external RAM memory, but I get a long list of "Monitor Error 3: Cannot Write to Address xxxx". However, when running a small program from flash, I can use a function...
  • Monitor Error 3: Cannot Write to Address
    I'm trying to load an application into external RAM memory, but I get a long list of "Monitor Error 3: Cannot Write to Address xxxx". However, when running a small program from flash, I can use a function...
  • I cannot write the sp register in the monitor mode
    I use a Cortex-A7 board and write start up code. I try to use Security Extension. I use `smc` instruction and make cpu mode monitor mode. In the monitor handler, I tried to changed stack pointer value...