Part Number: LAUNCHXL-CC1352R1 Tool/software: Code Composer Studio I'm working from the ble5_simple_peripheral_oad_offchip example code.
I want to have the cc1352 run the OAD code, or run my own code. I don't want the OAD code to always run because…
Part Number: CC2640R2F Tool/software: TI-RTOS Hello, help is needed to solve the next question. The application is based on the project_zero, sdk_1_30_00_25.
In addition to ProjectZero_createTask (), additional tasks have been created that perform the…
Part Number: CC2640 Tool/software: TI-RTOS Hi,
we are working on an application where CC2640 is used to sample analog signals and transfer the sampled data to an Android tablet over BLE. In the event of a purposeful disconnection or, an abrupt disconnection…
Part Number: CC1310
Tool/software: TI-RTOS
Hi,
I'm using the sensor example code and when I remove the sensor from the network I want that is reset.
I change this:
On the sensor_process() added:
if (Sensor_events & SENSOR_RESET_MODE_EVT) …
Part Number: CC1310 Tool/software: TI-RTOS Hi together,
I am currently getting absolutely mad at understanding what lpm_shutdown() does or does not.
I expect that doing a lpm_shutdown() is doing a SystemReset with consequence of resetting all registers…
Part Number: CC2640R2F We've been trying to work around an issue where, when we have a debugger attached to our target, the debugger hangs when SysCtrlSystemReset() is called from our code. We tried the highly not recommended trick of disabling the warm…
Other Parts Discussed in Thread: LAUNCHXL-CC2650 , CC2640 When I reset my device via SysCtrlSystemReset, then it does not always start-up. For testing, I made an infinite device reset loop, where I create 1 task showing some LED activity and then reset…
Hi Tiabo,
I should also mention that I tried a trick where I flashed my CC2640r2 device using the original XDS110 firmware, and after Flash Programmer 2 reset the device, I quickly flashed the new XDS110 firmware, and then performed a read of the CC2640r2…
Hi Gulik,
Yes, SysCtrlSystemReset() is the recommended way. You don't need to take any other extra step. The interrupts are disabled internally by the function.
However, I suggest you included the header file as shown in the following code snippet…