Part Number: CC2652R7 Tool/software: Hi All,
Trying to troubleshoot an odd and a very intermittent case where chips/tags just stop running - firmware just does not appear to run.
We do have watchdog implemented/added and I know it works, meaning if…
Part Number: CC2642R Hi:
CC2642 calls reset api(SysCtrlSystemReset), occasionally stuck, even the watchdog can not reset the program。Invoke the api(SysCtrlSystemReset) in task 。
sdk:4.30
Part Number: CC2652P Hi,
We are facing a weird problem where sometimes the device does not start up after triggering reset using SysCtrlSystemReset().
We have seen situations where the device doens't boot even after BLE OTA. (Project is DMM BLE+Zigbee…
Part Number: CC2642R Other Parts Discussed in Thread: UNIFLASH , , SIMPLELINK-CC13XX-CC26XX-SDK , CC2652R7 Hi Team,
When We are using "SysCtrlSystemReset()" system call as per the below mentioned code, It not working. we even place this in main()…
Part Number: CC1310 Hi there,
I want to verify that a call to SysCtrlSystemReset() works but it appears that the connected LaunchPad XDS110 debugger is preventing the CC1310 from resetting?
Is there an easy way to check that SysCtrlSystemReset() works…
Part Number: CC1352R I'm working on a project in IAR using the CC1352 where we periodically put the chip into the standby low power mode, or what we are calling hibernation for this project. We could be in this mode for anywhere from a few seconds up…
Part Number: CC2642R Other Parts Discussed in Thread: UNIFLASH , I have an application firmware in place where it calls SysCtrlSystemReset() in certain condition. The expectation after this function is called it to have the firmware boot up again.
However…
Part Number: CC1310 Other Parts Discussed in Thread: UNIFLASH I'm using a simple serial command "reboot", this command calls SysCtrlSystemReset (); function. This command always hangs in the first attempt after flashing through the debugger but works…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: CC1310 Hey guys,
we use sensor/collector example (SDK 3.1 CC1310 and 3.2 CC1352R1, respectively). We use Flash programmer 2 for device flashing since we are aware of the fact that using CCS…
Part Number: CC2652P Tool/software: Code Composer Studio Hi, I use CC2652P. I have a question about watchdog.
Here is my code:
void watchdogCallback(uintptr_t watchdogHandle)
{
/*
* If the Watchdog Non-Maskable Interrupt (NMI) is called,
* loop…