??? 04/07/04 15:58 Read: times |
#68093 - RE: WARNING DATA SPACE MEMORY OVERLAP Responding to: ???'s previous message |
hi,
first of all, you have not indicated the Compiler and program language (ASM/C) you work with. It seems, you talk about Keil. So why do you not read A51.pdf which says you about this warning: 4 DATA SPACE MEMORY OVERLAP FROM: byte.bit address TO: byte.bit address The specified area of the on-chip data RAM is occupied by more than one segment. As about your second question: check all segments you created for DATA assignment. It seems you indicated some locations twice. As well, it may be that you assigned some DATA variables to addresses range which is used for registers` banks (0x00...0x1F). Regards, Oleg |
Topic | Author | Date |
WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
RE: WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
RE: WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
RE: WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
So the solution is ? | 01/01/70 00:00 | |
2000 lines | 01/01/70 00:00 | |
RE: WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
RE: WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
RE: WARNING DATA SPACE MEMORY OVERLAP | 01/01/70 00:00 | |
bible time | 01/01/70 00:00 | |
RE: bible time | 01/01/70 00:00 | |
RE: bible time | 01/01/70 00:00 | |
RE: thanks erik | 01/01/70 00:00 | |
REG BANK 0 | 01/01/70 00:00 | |
RE: REG BANK 0 | 01/01/70 00:00 | |
RE: REG BANK 0 | 01/01/70 00:00 | |
program size reduced with "DSEG AT 32H" | 01/01/70 00:00 | |
Use the MAP file!! | 01/01/70 00:00 | |
RE: i couldn`t find this map file | 01/01/70 00:00 | |
Map File = Linker Listing File![]() | 01/01/70 00:00 |