• Memory dump
    I just wrote a simple memory dump routine declared as follows: void hexdump(U16 start_address, U16 count, bit code_memory); The idea is to use <code_memory> to select between dumping from XRAM ...
  • Debugging - Save register (or variable) content to a file
    Hi, I would like to know whether there is any way to save the content of a register (or a variable) to a txt file in my PC for debugging porpuses (plot the data). I am using Keil uVision 5 and the...
  • storing the contents of register
    Hi, I am new to assembly language. I want to store content of register(R0-R15) to specified memory location. e.g R0 content to 0x40000000 R1 content to 0x40000001 how to do this? Plz could...
  • Flashing binary dump
    Hello, I got an old Garmin Etrex and tried to update with web updater tool for mac. The update failed, and now the device is brick. I found few JTAG test points in the PCB and connected my ULink2...
  • Are RAM Memory Dumps Possible?
    Greetings: Is there any way to do a memory dump on a LCP2292? I'm chasing an extremely obscure bug (or two). It would be helpful to be able to record RAM contents for postmortem autopsies. One can...