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 basic functions of the device:
LockTask_createTask (),
SensorTask_createTask (),
and tasks of the UART emulator from the sensor controller studio:
Uart_createTask (),
scUart_createTask ().
At the first boot, UART Emulator tasks are launched and send data to the device, after data is received and processed, the device is rebooted using SysCtrlSystemReset (). After the restart, the basic tasks are started, and UART tasks are no longer used.
Sometimes there are situations in which after rebooting with SysCtrlSystemReset () the device does not start, but if I subtract a flash, the device starts working.
Maybe you can tell what the problem is?