• 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...
  • Efficiently splitting a long int into bytes
    Hi All, This is related to my previous post, "Efficiently combining bytes into a long int". I'd like to find an efficient way to do this. My current implementation (below) results in (unnecessary...