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

Unable to use SSP port fo LPC2388

I am using LPC2388 & I want to use SSP1 port

I have done following configuration

PINSEL0 |= 0x000FC000; /*to Select SPI Pin */ SSP1CR0 |= 0x907; /* 8 Bit, SPI*/ SSP1CR1 |= 0x02; /* SSP Enable*/ SSP1CPSR = 0x64; /* Clock PRescaler*/

when I send data to SSP port i am unable to see any thing on SCK & SO pins

0