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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/27/05 16:57
Read: times


 
#101613 - Problems about XRAM on AT89C51ED2
I'm new member to 8052.com .

My application need access over 1k xram. The AT89C51ED2 default
is 768bytes. how can i access that? Is that config AUXR = 16 at the beginning of the main program?

#include "AT89c51ED2.h"

void main(void)
{
AUXR = 16;
.........
.........
}


can any one guide me ? Thanks for all?

PS:http://www.atmel.com/dyn/resou...oc4235.pdf
(page26)


List of 7 messages in thread
TopicAuthorDate
Problems about XRAM on AT89C51ED2            01/01/70 00:00      
   1) wrong place the setting of "use inyte            01/01/70 00:00      
   config in Startup.a51            01/01/70 00:00      
      Learn to walk first            01/01/70 00:00      
      Also, if you want to be able to work in            01/01/70 00:00      
   Thanks for all~!            01/01/70 00:00      
      learning by trying can be very dangerous            01/01/70 00:00      

Back to Subject List