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
Well, you managed to miss the clear instructions on how to post source code:
www.danlhenry.com/.../keil_code.png
Perhaps you should also go back and carefully re-check the LPC2388 documentation to see if there's any important detais that you also missed there...?
Have you checked the examples provided by Keil? And the examples provided by NXP?