Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , SYSBIOS Tool/software: Code Composer Studio Hi,
I'm trying to build the pwmled2 demo driver project on CCS. While building it, I'm getting these errors:
unresolved symbol ti_sysbios_knl_Idle_run__E…
Part Number: CC3220S-LAUNCHXL Tool/software: TI-RTOS Is the date and time persistent if set via /api/1/wlan/en_ap_scan/set_time (sorry I do not have the device with me now to test). I mean will it survive a power cycle / reset ? Or is it same as calling…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S Hi,
Is there any API to get current free RAM size for CC3220S during image running?
If not, how could we count the free RAM size manually?
Thanks.
Regards,
Yonghua
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S Tool/software: Code Composer Studio CC3220S uses an external serial Flash GD25Q32C, whether the user can call the interface in the peripheral driver SPI.h or flash.h of the CC3220S…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , CC3220SF
I'm trying to figure out how to change between I2C and GPIO modes on the same pins on the CC3220S. Currently, I can use the I2C as it is configured in the CC3220S_LAUNCHXL…
Part Number: CC3220S-LAUNCHXL
Tool/software: Code Composer Studio
Hello,
I'm running pretty tight on RAM. The .lds file appears to have all the linker instructions, so do I just directly modify this file or does it get blown away because it is just…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , CCSTUDIO , DLP-7970ABP , TRF7970A Tool/software: Code Composer Studio Hi, I'm starting a project which uses uart to communicate with an adafruit pn532 breakout board (NFC) to a cc3220s…
Part Number: CC3220S-LAUNCHXL Tool/software: TI-RTOS Hello,
I'm trying to do the tutorial for TI-RTOS on the CC3220S-LAUNCHXL platform. Everything is working fine, but now I'm trying to add a SWI and the software no longer compiles. I get an error…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , CC3220MOD , CC3200MOD Hi,
I would like to make the cc3220s run its own calendar. Basically, I need the device to be set once, and later it be aware of month, weekday, date, time…
Part Number: CC3220S-LAUNCHXL Tool/software: TI-RTOS Dear …,
In my code I have an issue that when i want to open an I2C connection my code dumps all the internal registers and exits the program. I have no clue what is going on here and i have no idea…