Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S It appears during a bus fault condition when the I2C SCL line gets stuck low by a slave or shorted wire, the entire processor locks up. I'm using I2C in blocking mode. I don't think…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: UNIFLASH Hey guys,
I am currently getting started with the CC3220S-LaunchXL using the SimpleLink CC32xx SDK 3.20.00.06 and I am experiencing issues when trying to synchronize time using…
Hi Harry,
What version of Code Composer Studio are you running? On older versions of CCS, the Profile Clock was not supported for Cortex-M devices such as the CC3220S. However, it should work for version 8 or newer.
If you are on a legacy version…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3200SDK , CC3200 , CC3220S Tool/software: Code Composer Studio Currently we have a project requirement, mqtts with bidirectional authentication,we checked the latest SDK(CC3200SDK_1.4.0…
Part Number: CC3220S-LAUNCHXL Hi there,
I'm using HTTPGET example in a i2chdc2010 SAIL plugin example. Using in the sense i have copied the code from HTTPGET example and using it for our need. When building the project i am ending up with the below…
Part Number: CC3220SF-LAUNCHXL Other Parts Discussed in Thread: SYSCONFIG Hello team :
I want to use sample code (SPI master) to connect multiple slave.
How do i reconfigure chip select pin for different slave?
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: HDC2010 , CC3220S , CC3220SF Hi there,
We have used the SAIL plugin for HDC2010 Sensor, we need to send the sensor output value to a URL.
We have used HTTPGET example provided for CC3220S…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , UNIFLASH , CC3220SF
I downloaded the simplelink_cc32xx_sdk_1_30_01_03 SDK for the CC3220S-LAUNCHXL board but have been unable to find the source files for the HTML web pages for…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hi,
I do need the output of 32KHz crystal on any GPIO pin of CC3220, Is it possible?
The same like we do in CC2650
Part Number: CC3220S-LAUNCHXL Tool/software: Code Composer Studio Hi,
I have initiated the main thread from the main function.
And from main thread I have initiated the GPIO call back function.
In main thread I have created only the TCP socket and…