• 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 ...
  • Memory dumps from uVision3
    I'm wondering if there is a way of "remotely" gathering memory dumps from UVision3. I'm writing a Windows based test suit that controls our and tests one of our products and I'd like to automatically...
  • 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...
  • dump values from a .dat file on to flash memory
    I have a GPG640x480 B/W LCDisplay. I connect it to my computer interfacing it with a Cypress CY7C64613 USB Microcontroller(8051). I also have a 4 MB AM29LV004BT Flash memory and a 512 KB RAM on board...
  • Dump .dat file into code memory
    I am interfacing with a Graphic LCD (resolution 64*128) and i have to display all the ASCII characters till 7F (hex), for this i am having a 1K .dat file containing the information regarding the 7X5 format...