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

AT89C51RE2

I have set the following configuration for adding AT89C51RE2 to my device database but still the code size is limited to 64K while linking. An "Address Space Overflow" appears as soon as I exceed 64K. Could somebody point out the mistake/omission?

*****************************************************
SIM=S8051.DLL DP51.DLL("-pATRD2")
BOOK0=DATASHTS\ADDBOOKS.PDF("Add on databooks")
BOOK1=DATASHTS\ATMEL\AT89C51XD2_DS.PDF("Data Sheet")
BOOK2=DATASHTS\ATMEL\AT_C51ISM.PDF("Instruction Set Manual")
CPU=IRAM(0-0xFF) IROM(0-0x1FFFF) XRAM(0-0x2000) CLOCK(33000000) MODP2
FLASH="batchisp" (-device $D -hardware RS232 -port COM1 -baudrate 19200 -operation MEMORY FLASH LOADBUFFER %H PROGRAM)
MON=S8051.DLL TP51.DLL("-pATRD2")
REGFILE=REG51xD2.H("Atmel")
SFILE="LIB\STARTUP.A51" ("Standard 8051 Startup Code")
******************************************************

Parents Reply Children
No data