CC3135 supports UART and SPI, so how are these two communication methods chosen? How do I tell the chip whether I am currently choosing SPI or UART?
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.
Hi Tony,
This is explained in the Network Processors guide.
https://www.ti.com/lit/ug/swru455m/swru455m.pdf

Appendix D goes deep into detail.
Best,
Rogelio
This only discusses the communication specifications between UART and SPI, without specifying how to choose.
Hi Tony,
The screenshot I posted above clearly states "Binding the communication interface to the host driver is done by defining the interface functions through the following defines in user.h"
In Laymans terms you will need to go to these function defines and instead of using the SPI driver use the UART driver to read or write from and to the host device.
Best,
Rogelio