SPI SSEL on p8

15 Jan 2012

Hi,

Does anyone know if there is a way to add a SSEL pin to the SPI port instead of using a digital pin?

I have looked through the manual and see that SSEL1 is connected to pin8, but who can I use it as part of the SPI port?

Cheers, Martin

15 Jan 2012

Should have looked a little harder!

// Set up SSEL1
LPC_PINCON->PINSEL0 |= 0x00002000;