Hi,
There is not such example in CC32xx SDK. If you want to use other transport layer for transport of TAR file, this is up to you. At TI WiFi forum you, cannot expect support for Simcom LTE modem.
Jan
Hi,
No. This API need to be call before each sl_WlanConnect() call. From SWRU455: The demand for server authentication can be canceled through the WLAN setting. Canceling this authentication is valid for a single manual connection only.
Maybe this…
Hi Shuichi,
It is hard to give you such assessment. Technically 32kB RAM will be enough for such sockets application. But not sure how much memory left for you other application code and how big buffers for data processing and exchange you will need…
Hi,
I am not sure. I think at first step you should to sniff TLS communication using Wireshark and tcpdump.
From TLS RFC standpoint is not a big issue if one side offer cipher suites which one does not support and this pretty normal. Important thing…
Hi,
Because at development mode device is not secured and content of SPI flash can be read by Uniflash via UART and JTAG is not locked (content of on-chip XIP flash can be read by JTAG). Image with firmware is tided to MAC address of each particular…
Hi,
What about other questions:
ServicePack version
Return code from sl_WlanGetNetworkList()
Call context of sl_WlanGetNetworkList()
Test with network_terminal example
btw ... usage strlen() to Ssid may to be dangerous. Just for case,…
Hi Abhishek,
There is not such a feature inside CC31200. But if your MCU have enough reources, you can use external TLS stack at your MCU and all will be up to your code. Other way will be use "middleman" server decode TLS communication at them.
…
Hi,
CC3235 are secured devices. For development you can use device at development mode (you need to program image tided with MAC address). But for devices shipped to end user is intended to use production mode. You have options:
buy code signing…