cancel
Showing results for 
Search instead for 
Did you mean: 

To using slave mode (I2C)

vcorea
Associate
Posted on November 20, 2003 at 01:26

To using slave mode (I2C)

1 REPLY 1
vcorea
Associate
Posted on May 17, 2011 at 11:56

I'm using two uPSD. One of them is master and the other is slave .

I use Keil C. There are no problem to work except one.

That is to declare a data type in slave .

If I declare a variables for using S2DAT in idata, It is no problem.

But I do in xdata, it does'n work.

for example

unsigned char xdata buff[10]; does'n work;

unsigned char idata buff[10] ; OK

There is no problem like that in master just slave .

How can I fix it.

mailto:null