Part Number: LAUNCHCC3235MOD It looks like the mac os version of the SDK is missing from the list of downloads. Ver 6 has a Mac version, and the release notes for ver 7 say mac OS X is a supported OS.
Having a mac os version will help our development.…
Part Number: LAUNCHCC3235MOD Other Parts Discussed in Thread: CC3200 , CC3300 Hi All,
We are using CC3200 for our IOT devices from the year of 2017. This year we upgraded to CC3235, and we thought that it was going to support all kinds of updated networks…
Part Number: LAUNCHCC3235MOD Other Parts Discussed in Thread: CC3200 Hi,
Could you please provide me the list of cipher suites supported by CC3200 and CC3235 for enterprise (EAP-PEAP-MSCHAPV2) WIFI connections?
Regards,
Sundar
Part Number: LAUNCHCC3235MOD Hi,
I want to reboot the device based on one condition after the Wi-Fi profile is added. Is there any way to pass an extra parameter from the Wi-Fi app to the device?
Regards,
Sundar
Part Number: LAUNCHCC3235MOD Other Parts Discussed in Thread: CC3200 Hi,
I am using Launchpad with the provisioning demo code of SDK 5.20. I set up the new time using the internal webserver. After I restarted the device, it showed the default date 01/01…
Part Number: LAUNCHCC3235MOD Other Parts Discussed in Thread: CC3235SF Hi,
I have executed the sample program in the SDK "power_measurement_CC3235SF_LAUNCHXL_tirtos_ccs" in intermittent connected mode.
When it wakes up from hibernation mode,…
Part Number: LAUNCHCC3235MOD I've tried various ways of assigning the fields of a CryptoCC32XX_AesParams to a CryptoCC32XX_EncryptParams.aes and failing. How to do so?
From CryptoCC32XX.h:
typedef struct
{
const uint8_t *pKey; …
Part Number: LAUNCHCC3235MOD Hi,
I have executed 20 HTTP POST continuously by modifying the httpget example code provided by SDK version 6.10.
for(i =0; i <20; i++) {
UART_PRINT("\n\r\n\r******Executing %d ********\n\r\n\r", i);
httpPost…
Part Number: LAUNCHCC3235MOD Other Parts Discussed in Thread: CC3200 , SYSCONFIG
How would I adapt some cc3200 code that looks like:
//AESCrypt(uiConfig,uiKeySize,puiKey1,puiData,puiResult,uiDataLength,uiIV);
AESCryptuc(uiConfig,uiKeySize,puiKey1,&(acmsg…