Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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!


List of 3 messages in thread
TopicAuthorDate
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      

Back to Subject List