• how to split code between ROM and Flash in one project when use KEIL uVision2
    I must split code into 2 space in one project, one is boot code, it is ROM, from 0x0000 to 0x8000, the other is application code, it is flash, from 0x8000 to 0xa000. I'm only code flash section in application...
  • how to split code between ROM and Flash in one project when use KEIL uVision2
    I must split code into 2 space in one project, one is boot code, it is ROM, from 0x0000 to 0x8000, the other is application code, it is flash, from 0x8000 to 0xa000. I'm only code flash section in application...
  • how to download app that's split between internal & external flash...?
    I've been browsing the uVision/MDK-ARM manuals looking for a way to do something I did when using the Rowley CrossStudio tools, but I can't find what I'm looking for. Basically, my app is too large...
  • how to download app that's split between internal & external flash...?
    I've been browsing the uVision/MDK-ARM manuals looking for a way to do something I did when using the Rowley CrossStudio tools, but I can't find what I'm looking for. Basically, my app is too large...
  • 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...