| ??? 09/20/00 12:25 Read: times |
#5197 - warning "memory overlapped". |
Hi to everybody ! I want to define two variables at the same address,for example,
unsigned char thr _at_ 0x00 ;//UART BASE_ADDRESS +0 unsigned char rbr _at_ 0x00 ;//UART BASE_ADDRESS +0, but the compiler don't allow to do it.It give me the warning "memory overlapped". Of course, I can define an only one and use it for both targets, but it is not so elegant and not so readable. What is your solution ? Thank you! |
| Topic | Author | Date |
| warning "memory overlapped". | 01/01/70 00:00 | |
| RE: warning "memory overlapped". | 01/01/70 00:00 | |
RE: warning "memory overlapped". | 01/01/70 00:00 |



