Part Number: CC3230SF Other Parts Discussed in Thread: CC3501E We want a drop-in part for CC3230SF, which has Bluetooth and WiFi. the most importantly software should be able to usable for this new part with no or very minimal modification.
Part Number: CC3230SF Other Parts Discussed in Thread: UNIFLASH , CC3220SF Part number: CC3230SF SDK: SimpleLink CC32xx SDK Tool: Code Composer Studio RTOS: TI-RTOS
Hi our product is going into production soon. We have had to abruptly migrate our MQTT…
Part Number: CC3230SF Other Parts Discussed in Thread: CC3235SF Tool/software: Hi TI team,
I'm currently working on a CC3230SF project using FreeRTOS. I've configured the watchdog timer in Watchdog_RESET_ON mode, and the watchdog is being cleared inside…
Part Number: CC3230SF Other Parts Discussed in Thread: UNIFLASH , CC3235SF , Tool/software: I'm using SDK (sample projects) for CC3235SF to create my code, but im using CC3230SF MCU on my design. During development, TI Code Composer Studio has had no…
Part Number: CC3230SF Following is the watchdog related task and functions:
void watchdogCallback(uintptr_t watchdogHandle) {
UART_PRINT("WATCHDOG RESET!!!\n");
}
void initWatchdog(void) {
Watchdog_Params params;
Watchdog_Params_init(¶ms);
…
Part Number: CC3230SF Other Parts Discussed in Thread: CC3220SF , , SYSCONFIG , UNIFLASH , CC3235S , CC3235SF Tool/software: Hi all, I'm working on a setup where I’m using the CC3220SF EVAL BOARD to program a PRODUCT PCB that uses a CC3230SF MCU. The…
Part Number: CC3230SF Other Parts Discussed in Thread: LAUNCHCC3235MOD , UNIFLASH How do I program MCU+Image into a LAUNCHCC3235MOD? Is there a jumper change? I'm using CCS 12.5 and have Uniflash .9.3.0.5401. I once upon a time knew how but it's been…
Part Number: CC3230SF Hello TI Team,
We are currently experiencing a reproducible boot issue with the CC3230SF and would appreciate your support.
Hardware Setup & Power:
We are using the JTAG pins TDI and TDO configured as an I2C interface.…