Content originally posted in LPCWare by s.a.manick@gmail.com on Wed Apr 23 04:16:27 MST 2014
I had a similar problem with lpc 1830 .
The solution which I used for lpc 1830 is to set the correct mode for the pin configuration.
I was using only pull-up mode before . Later i enabled the EZI (Input buffer enable) as well. And then I was able to receive data from SSP.
scu_pinmux(MISO_SSP0_EEG_SCU_PORT,MISO_SSP0_EEGSCU_PIN,MD_PUP|MD_EZI,5);
I am not sure if the above solution helps you!
Regards,
Manickam.