This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

on-chip xram

hello everyone,
i am quite new to programming 8051..hoping to receive some help..
i have a pointer variable.The address stored in this variable resides in the on-chip XRAM.

unsigned char xdata *xloc;

i need the control of my program to be transferred to this address..how can it be done in C???
Thank You in advance for the help..

Parents
  • there are certain opcodes that i've stored in the xdata space...the control of the program has to be transferred there...the system firmware is ofcourse stored in the code space,but this is a user-interactive project,something like a trainer kit...the user program memory is stored in the xdata space, to which i need to pass control....

Reply
  • there are certain opcodes that i've stored in the xdata space...the control of the program has to be transferred there...the system firmware is ofcourse stored in the code space,but this is a user-interactive project,something like a trainer kit...the user program memory is stored in the xdata space, to which i need to pass control....

Children