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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/20/04 16:46
Read: times


 
#81582 - xram test
Responding to: ???'s previous message
thanks Russel,

i've done the test,

xdata unsigned char a,b,c,d,e;

a=1;
b=2;
c=3;
d=4;
e=5;

SBUF0 = a;
while (!TI_0);
TI_0 = 0;

SBUF0 = b;
while (!TI_0);
TI_0 = 0;

SBUF0 = c;
while (!TI_0);
TI_0 = 0;

SBUF0 = d;
while (!TI_0);
TI_0 = 0;

SBUF0 = e;
while (!TI_0);
TI_0 = 0;



I get all the values back.


It's really really strange.

List of 6 messages in thread
TopicAuthorDate
DS89C430 pointers troubles            01/01/70 00:00      
   Xram trouble?            01/01/70 00:00      
      xram test            01/01/70 00:00      
   DS89C430 pointers troubles            01/01/70 00:00      
      Wow, that's a big mistake            01/01/70 00:00      
   Security issue gone wrong?            01/01/70 00:00      

Back to Subject List