Part Number: CC3220S-LAUNCHXL I followed the directions to the http server demo. Once I flash the firmware on to the development board and reset the processor I am getting a 404 error on the web server and the serial port is not reporting any data to…
Part Number: CC3220S Other Parts Discussed in Thread: UNIFLASH ,
Hello,
We have designed a custom board by using CC3220S chip. When firmware loading through UART pins it shows the error, "BootLoaderError, Timeout Reading the data". I followed the CC3220S…
Part Number: CC3220SF Other Parts Discussed in Thread: TEST Hi TI!
I need an RTSP connection to the CC3220.
Please, can you give me suggestions (example project, rtsp library, ... )
I read that there is an example for CC200, but I can't find the example…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , CC3200 , CC3200SDK Hi Folks,
I would like to use AWS IoT Plugin subscribe publish sample for CC3220S_Launchpad. I have installed latest CCS (Version 11.2.0.00007 ), TI RTOS (tirtos_cc32xx_2_16_01_14…
Part Number: CC3220SF-LAUNCHXL Other Parts Discussed in Thread: CC3220SF , TEST Hello Everyone,
I am trying to implement OTA in CC3220SF module. I am able to fetch the file from the server and upgrade OTA, But after file download is done my MQTT…
Hi Kuldeep,
You can try sending the data in binary format by updating the content type in the prepareGetMetadata() function. The HTTP content type list is in httpserver.h. Try using HttpContentTypeList_ApplicationOctecStream instead of HttpContentTypeList_UrlEncoded…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S I am an educator working on creating a lab based on the CC3220S Launchpad. Students are going to be doing some analysis on the timing of the device's built-in cryptographic tools.…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S Hi team,
My customer need assistance.
I am a student and downloaded Code Composer Studio for Mac. When I first initially installed it, I downloaded the pwmled2_CC3220S_LAUNCHXL_nortos_ccs…
Part Number: CC3220MOD Hi Team,
It is supported TLS1.2 for EAP with CC3220 and latest SP? I found some older threads which are not clear at this topic.
Thanks for answer.
Jan
Part Number: CC3220S Hello
I'm trying to connect to a HTTPS server on google cloud using a globalsign.der rootCa.
I'm using this example:
https://github.com/sglass520/cc3220-provisioning-HTTPS-client/blob/master/http_push.c
But when I try to connect…