• splitting the code memory into two parts
    I am using keil uvision2 and C51. I want to split the resulting hex file into 2 parts . please how is it possible?
  • splitting the code memory into two parts
    I am using keil uvision2 and C51. I want to split the resulting hex file into 2 parts . please how is it possible?
  • Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...
  • Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...
  • split a program into two and locate at different addreses
    I want to split my program in two and locate at differenct addreses. main program may be located at 0x1000. and only one function called by main shall be located at say 0x8000. how to create that function...