cancel
Showing results for 
Search instead for 
Did you mean: 

send data on SSP1 on MCB-STR9 board

r_lghoul
Associate II
Posted on November 29, 2008 at 13:01

send data on SSP1 on MCB-STR9 board

1 REPLY 1
r_lghoul
Associate II
Posted on May 17, 2011 at 09:56

hello,

i have set SSP1 as a slave in my MCB-STR9 board, when i send the data i get FF on Pin 3.5 i

SSP_Cmd(SSP1, ENABLE);

while(1)

{

SSP_SendData(SSP1, 0x3A);

}

should i add some thing plz help