• Is CPSR.F settable through debug port? (e.g. JTAG)
    Hi, Embedded SW cannot set CPSR.F for obvious reasons. However, for test purposes, it is needed that the debug interface has access to set CPSR.F (e.g. to make sure the SW correctly clears it). Is...
  • Is CPSR.F settable through debug port? (e.g. JTAG)
    Hi, Embedded SW cannot set CPSR.F for obvious reasons. However, for test purposes, it is needed that the debug interface has access to set CPSR.F (e.g. to make sure the SW correctly clears it). Is...
  • How to set a conditional breakpoint on a register value?
    I need to set a breakpoint when R2 is written with some known data. how can I achieve this in Keil v5? Thanks! Rahul
  • How to set a conditional breakpoint on a register value?
    Using DS-5's Eclipse debugger and DSTREAM agent, I am stepping through the code running on an ARM M7 in a chip on a dev board. The build was done using optimization level -O1, so not all variables are...
  • How to set a conditional breakpoint on a register value?
    Using DS-5's Eclipse debugger and DSTREAM agent, I am stepping through the code running on an ARM M7 in a chip on a dev board. The build was done using optimization level -O1, so not all variables are...