• Interrupt Problem when relocating code
    We are experiencing a problem of non-functioning interrupts when we execute code from location 0x4000 in on-chip flash. The part is P89C51D2. We have a boot loader located at 0x0000 and interrupts function...
  • Relocating interrupt vectors
    How I can relocate the interrupt vectors from 8*n+3 to another address e.g. 0x6000.
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • C Code relocated at 3ffdh ???
    Hi All !!! I'm using the evaluation version of Keil with uVision 2. I tried a simple program in C, it initializes the IO port P0 with a fixed value and then keeps rotating it indefinitel on the port...
  • Relocation of code segment
    I manage to relocate code segment from 4000h(by default) to higher address eg 5000h. However, I couldn't change it to lower address eg 0000h. Can anyone help?