Part Number: CC2640R2F Other Parts Discussed in Thread: CC2640 Hi,
I am having some issues with resetting the cc2640r2flp from the software. I am using the software UART (sensor controller) to receive some commands from the PC. One of the commands is…
Part Number: CC2640R2F Hi team ,
I want to know what's the use conditons of function -SysCtrlSystemReset(). Because when i use SysCtrlSystemReset() in some location that for example : call inside a function-simpleperipheral_taskFxn. the CC2640R2F will…
Part Number: CC2652R Tool/software: TI-RTOS Hi,
We need to use SysCtrlSystemReset from our project and on executing this, sometimes the board is not booted again at all.
After that we need to do a hardware reset to bring the board up. Please help…
Part Number: CC1310 Hi,
simplelink_cc13x0_sdk_3_20_00_23
How to reset CC1310 by software? Is there a example code about this software reset?
Here we did, call SysCtrlSystemReset() as below picture.
But CC1310 is blocked and no reset happen when…
Part Number: CC1310 Hi,
I have two program code in cc1310 flash, bootloader and application, the bootloader is placed in address 0x0. And also there is a sector allocated for storing some configurations.
So after every reset, CPU execution starts…
Part Number: CC1312R Tool/software: TI-RTOS There is one question.
In the rfWsnNode example of the current sdk (2_20_00_71),
We call s / w reset (SysCtrlSystemReset) after 3 seconds through the callback function of clock instance.
The clock settings…
Part Number: CC1310 Hi
SDK :tirtos_cc13xx_cc26xx_2_20_00_06
CCS 7.3.0
Can't reset CC1310 by call SysCtrlSystemReset() or HapiResetDevice().
Is there a document or example about how to use this two reset function? Thanks.
Part Number: CC1352R
Hi, we are now testing with SCE RAM (AUX_RAM in TRM) on our CC1352R to store critical processing information before resetting, then read out the info after reset.
In the linker file (cmd). We added AUX_RAM and scrachpad section…
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…