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: 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 I'm performing FCC certification testing on a CC3230SF and encountering TX power issues. The device specifications require 18.0 dBm at 1 DSSS (802.11b) and 14.5 dBm at 54 OFDM (802.11g), but I'm only measuring approximately 7-8 dBm…
Part Number: CC3230SF
Tool/software:
Hi,
When I call OTA_IF_downloadImageByCloudVendor(OTA_Dropbox_getDownloadLink, NULL, 0);
I get the following error:
[OTA-DROPBOX::ERROR] post request failed: -3001 [IFX::ERROR] OTA_NOTIF_GETLINK_ERROR (-3001…