• 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...
  • Splitting code between eprom and flash/eeprom.
    I need to have an internal bootloader in my Dallas 520 that can reprogram my external flash, and contain functions the external program can use, as these functions need to use ports P0 and P2 (precluding...
  • Splitting code between eprom and flash/eeprom.
    I need to have an internal bootloader in my Dallas 520 that can reprogram my external flash, and contain functions the external program can use, as these functions need to use ports P0 and P2 (precluding...
  • using old code rom with new code ram
    Hi, I have a working old code in rom 32k, I added ram code at the upper 32k and I set the hw to start form the new ram at 32k. I want to address old function from the new ram code without modify...