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

how to add the two numbers in this controller

sir ,

i want to add to data from the external memory. so i need correct format for this controller

XBYTE[0x1234] = 0x55;
XBYTE[0x1245] = 0x11;

how to add this data and save it to another memory

0