This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to get started on using SPI with CC3100

Other Parts Discussed in Thread: CC3100

Newbie here.  I've been using the getting_started_with_wlan sample code and an MSP430 Launchpad to do some preliminary playing around with the CC3100.  

It looks like this code uses a UART to let the MSP430 communicate with the CC3100.  In our final implementation though, we will most likely be using SPI.  Can anyone tell me how to modify these routines such that SPI is used instead of a UART?  I couldn't figure out where either SPI or UART is specified in the code.