Content originally posted in LPCWare by Rob65 on Thu Aug 25 00:25:58 MST 2011
Drat,
SSEL can be controlled by the SSP module but then it works as stated in the user manual. Then for each and every frame (byte/word) that you send, the SSEL becomes active and inactive in between.
Why? Cause this is the 'SPI standard' although I don't know why because the SPI devices I know all have a 'chip select' that is active during a whole transaction of multiple words.
So for most of your application you are free to use any GPIO pin as SSEL/CS since that is how you want to use it.
Regards,
[INDENT]Rob
[/INDENT]