ADuC 841 -------------------------------------------------------------------------------- Is there any Memory Types available to access 2K Bytes On-Chip XRAM or How to access 2K Bytes On-Chip XRAM in ADuC 841. Note: i have used the this statement to access internal XRAM @Decl.c i have mapped all the registers related to ADuC 841 #define Internal_XRAM CFG841 = 0xFF; typedef unsigned char BYTE; extern BYTE data Table[1000]; @main.c #include "Decl.c" BYTE data Table[1000]; void main() { Internal_XRAM ; } error: DATA Segment too large
Do not start a new thread with the same question. Refer to your previous thread for the answer, if it still doesn't make sense to you try reading the datasheet for the device.
View all questions in Keil forum