• 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 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...
  • 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 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 ...
  • Offline asm dump
    Is there any way to get an offline asm dump for OpenCL kernels? We have a convolution shader generator that we use to generate for everything from iOS Metal to Android OpenCL. The kernels work with...