• Recursive functions & XRAM variables
    Hi, how do I programm a recursive function? The compiler always puts variables in registers, therefore the function cannot be called recursivly. An other question, how do I put variables in XRAM...
  • Relocation function into XRAM
    Dear ALL! Who have experience with relocation function from external Flash ROM into XRAM using function pointer. What there have to be in *.lin file? Thanks
  • C167CS - can't access XRAM @0xC000
    Can any one tell me how to access the XRAM at address 0xC000 on the C167CS . I have :- - ticked 'use on-chip xram' - added XRAM class in linker file is as follows :- CLASSES (ICODE(000000h),...
  • XRAM specification
    Hello, 1) I am using a Large model for my application. The XRAM area is from 0 to FFFF. Out of this 0-7FFF is used for normal XRAM operations 8000 – F7FF is used Battery backup ram operations for...
  • 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...