• How to build code when code split between ROM/RAM
    For the 8051 code space, if I have some code in ROM and some in RAM and I am using bank switching, how should I build my code? My specific question is with regards to RAM updates. I would want to be...
  • How to build code when code split between ROM/RAM
    For the 8051 code space, if I have some code in ROM and some in RAM and I am using bank switching, how should I build my code? My specific question is with regards to RAM updates. I would want to be...
  • code location (RAM or ROM) using keil
    Hi, i'm a beginner in embedded programming. I have a program which runs in the flash memory. my problem is that i want that some functions (for example add() sub() ) will be located in the ram, did...
  • code location (RAM or ROM) using keil
    Hi, i'm a beginner in embedded programming. I have a program which runs in the flash memory. my problem is that i want that some functions (for example add() sub() ) will be located in the ram, did...
  • Copying code from ROM to RAM for execution
    I have to copy some code from ROM to RAM for execution. I'm using A51 and BL51. I need part of the code to 'assemble' such that the bytes are located in the ROM area to copy it, but 'compile' such...