• Export Memory into File?
    Is it possible, to export the content of the memory ?? e.g. the external memory from address X:0x0000 until address 0x00FF into a file? I have in mind, to make an excel-sheet with the data in the memory...
  • Export Memory into File?
    Is it possible, to export the content of the memory ?? e.g. the external memory from address X:0x0000 until address 0x00FF into a file? I have in mind, to make an excel-sheet with the data in the memory...
  • Default Code Memory Fill Into Object Files (all code memory specified)
    I would like to know if there is a way to specify a default fill value for all code memory (flash) not used by the linker, i.e., where there are "GAPS" there should be a specified fill value. I would...
  • Default Code Memory Fill Into Object Files (all code memory specified)
    I would like to know if there is a way to specify a default fill value for all code memory (flash) not used by the linker, i.e., where there are "GAPS" there should be a specified fill value. I would...
  • load char into program memory
    I'm wrtting a 'C' program and need to embed an 'F' at location 0x1000 and 0x8000 in program memory. Could someone show me how to do it? I've looked thru the C51 and the A51 manual - no joy.