This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

xc164cs - spi

hi i configured xc164cs-spi using the following code. but the clk is not coming in the sclk pin. can anybody help
SSC0_CON_EN=0;
SSC_BR = 13 ;//(40000000/2*1000000)-1
SSC0_CON=0xc037;
P3.13=1;
ALTSELP3.13=1;
DP3.13=1;

0