• Writing constant to ROM
    Maybe this is a simple question, but I just couldn't figure it out. Can someone tell me how to place a constant variable into the specific ROM area? I would like to be able to set a constant value at...
  • How to store >64K constant data?
    I have a lot of constant data, and the total size is almost 200K. 8-bank will be used. However, I remember that a function can only use the constant data in the same bank. Is it right? and If it is true...
  • fix a constant address of code
    I would like to fix an address to start my code always at the same address. I have all books C51, A51, BL51, etc but I've lost my L51 book... I use in the option file of linker the instruction CODE...
  • how to write to the external memory
    Hi everybody I am using ADuC7026, I have just written two program(i.e fft...). but it isnt downloading to flash after setting debug it is saying like code size limit exceed. Is there any code or any...
  • How to write data in internal data memory of 89v51rd2
    Hi friends, I am at the novice level of coding.I am trying to write some data in internal memory location of P89v51rd2.how can i do it.Can i do i with the help of "idata" Please help. Thank you ...