• Locating a function to a specific start address - still don't understand
    Locating a function to a specific start address I still have problems with this issue. I have a function, Eobd_ADP_pf() , which I want to store starting at address 0x50000. I have seen the examples...
  • Locating a function to a specific start address - still don't understand
    Locating a function to a specific start address I still have problems with this issue. I have a function, Eobd_ADP_pf() , which I want to store starting at address 0x50000. I have seen the examples...
  • Start C function in a specific address by using BL51
    I am designing a program that I could update the program by receiving the code through RS232. In order to reach this goal, I planed to write a code iapUpdate and then relocate it to somewhere else. However...
  • Start C function in a specific address by using BL51
    I am designing a program that I could update the program by receiving the code through RS232. In order to reach this goal, I planed to write a code iapUpdate and then relocate it to somewhere else. However...
  • locating code at a specific address
    We are using the P87C51MC2 in extended memory. We are currently up to 512K bytes of code (ECODE). For test reasons I would like to locate code at a specific address. If I have main.obj, A.obj, B.obj...