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