• 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 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...
  • split the embedded image into two parts using arm compiler
    I am working on image splitting. I want to divide my main embedded image into two-part(core image and application image). how can we split embedded images into two-part? after the split, it should work...