CC3100MOD中只用主串口,不用SPI通信,可以实现STA和AP模式吗?
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.
建议参考一下SDK中的相关代码以及doc-----getting_started_with_wlan_ap和getting_started_with_wlan_station,路径:C:\TI\CC3100SDK_1.3.0\cc3100-sdk\docs\examples
By default, this application communicates w/ CC3100 over SPI. The SDK has UART-Drivers as well for MSP430F5529LP and Tiva-C platforms. For using the UART interface to communicate w/ CC3100, macro SL_IF_TYPE_UART has to be defined in the application-project's properties.