Part Number: CC3235S Other Parts Discussed in Thread: , SYSCONFIG , using ccs 12.2 , I run the "at_commands" project, and there is no output to the com port.
Using the same ccs 12.2, I run the "network_terminal" project, it runs fine i.e. the com port…
Part Number: CC3235S Tool/software: Dear Shlomi
Regarding the authentication with an intermediate AND root CA to a RADIUS server we still are not able to connect.
Can you confirm:
- Both the intermediate and root CA are stored in the same file ca…
Part Number: CC3235S Other Parts Discussed in Thread: UNIFLASH Hello — quick question about the SimpleLink file system on CC3235S.
We need to update network settings (SSID, password, IP address, etc.) on the device as part of our update flow. The files…
Part Number: CC3235S Hi, Im using a custom root CA to connect to a server using sl_Connect
The logic has worked for other servers with another rootCA and certChain bu now getting SL_ERROR_BSD_ESEC_ASN_NO_SIGNER_E (-688). Verifying the certchain using…
Part Number: CC3235S Tool/software: Is there a command to retrieve the nr of connected stations in AP mode? I found some enum hinting there is such a command, but no description / example. typedef enum { SL_WLAN_DISCONNECTED = 0, SL_WLAN_CONNECTED_STA…
Part Number: CC3235S Running "network terminal" example on launchxl-cc3235s. Followed all steps in the "Wi-Fi Fundemental" under simplelink academy for CC32xx-7.10.00.13.
When entering the "wlan_ap_start" command, it simply hangs!!!
This is really…
Part Number: CC3235S Tool/software: Hi,
customer have been trying to obtain a Code Signing Certificate for the CC3235S from a TI listed CA for some time. However, they found otu that since 21st June 21 certificates with RSA2048 bit keys are no longer…
Part Number: CC3235S Is this it? This document on how to use the AT commands?
There are no exmaples on how to use these commands.
We are basically left to waste precious time by trial and error to guess.
Part Number: CC3235S Tool/software: Hi
We are able to successfully authenticate the CC3235S with the ca.der, client.der and private.key to a test network with an RADIUS server.
However, one of our customers has a setup with an intermediate CA AND…
Part Number: CC3235S How to setup DMA based ADC reading in CC3235SF Launchpad. In the SDK Examples I see the adcsinglechannel project, which is based on polling. How to modify that to use DMA instead of blocking polling