Content originally posted in LPCWare by run on Tue Dec 03 15:41:45 MST 2013 Hi,
I am trying to port the CC3000 wifi module to LPC4330. I am wondering how can I change the SSP1_SSEL to LOW/HIGH? So far I tried Chip_GPIO_SetPinState(LPC_GPIO_PORT, 0x1, 5, true), but that is not working.