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.
-
VFP registers
PostThank you.
-
VFP registers
PostHello! What's about VFP coprocessor registers access in j-link?
-
Rolf, Your reply has almost satisfied me, but I want more explanations. For example, lets consider next situation: 1) Target is halted; 2) GDB is showing, for example, what ARM’s core register r0 is equal to 0xDEADBEAF; 3) J-link’s “regs” command is printing r0 value as 0x0BADC0DE. Should I treat “0x0BADC0DE” in r0 as “garbage” having been temporary stayed there by debugger’s interface pluck (i.e while target halted, its resources used by debugger’s interface internals) and that original context…
-
Hello I'm working with my target by using GDB server and sometime I need to monitor some target resources (such as EmbeddedICE registers or something other) by using J-Link Commander. Is this operation correct? Commander's output is not conforming with real system state. Of course, in monitoring target is halted. BR, Eugene.