Other Parts Discussed in Thread: CC3235S
How can I use the Network Bypass Mode on LAUNCHXL-CC3235S?
In other words, I would like to use my host CPU to talk to CC3235S over a UART link.
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 can I use the Network Bypass Mode on LAUNCHXL-CC3235S?
In other words, I would like to use my host CPU to talk to CC3235S over a UART link.
Hi,
Do you mean AT command example? This example you find at CC32xx SDK. If you mean different thing, please be more specific.
Jan
I would like to by pass the TCP/IP stack that is in the CC3235S and use my host CPU and TCP/IP stack.
And also, I am trying to use it with Zephyr RTOS. From zephyr RTOS I would like to send AT commands via UART to the WiFi module for connect/disconnect etc.
Hi,
I think AT command example with RAW sockets at bypass mode should work at your case. Detail description for RAW sockets you find at SWRU455 chapter 6.5.4.
I am not 100% whether AT command example implements all required things for such use case. If you find that something is missing, you will need to implement into "AT command example" code by yourself.
Jan