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 am debugging a Rev2 product board using the CC3230SF MCU . The device can successfully enter Access Point (AP) mode — there are no errors shown on the console , and the driver initializes correctly . However, after startup, the…
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…
Part Number: CC3230SF Other Parts Discussed in Thread: CC3235SF , CC3501 , CC3200 Tool/software: im designing a new product using CC3230SF. I noticed a newer version for CC3230SF, which is CC3235SF. I'm not using CC3235SF because it has 5GHz WiFi, which…
Part Number: CC3230SF Other Parts Discussed in Thread: CC3220SF , UNIFLASH , CC3235SF Tool/software:
Hi Ti,
I am posting in the forums regardging errors I am facing while building a custom catalog as my current requirentments require the use of ISRG…