Other Parts Discussed in Thread: MATHLIB, IWR6843
Hi TI sir,
I use the 3D People Tracking example code in radar toolbox v2.0.0.6 and execute CLI_write() command to print out the log. But the mmWave Sensor will be crash. Can you please help to check this issue?
mmWaveSDK: 03_06_02_00-LTS
radar toolbox: v2.0.0.6
3D People Tracking example code: radar_toolbox_2_00_00_06\source\ti\examples\People_Tracking\3D_People_Tracking
mss_main.c
void MmwDemo_uartTxTask(UArg arg0, UArg arg1){
uint32_t a = 1;
while (1)
{
...
Semaphore_pend(gMmwMssMCB.uartTxSemHandle, BIOS_WAIT_FOREVER);
...
CLI_write("DebugMsg: CLI mmWave TimeStamp a = %u \n", a);
...
}
}
The radar will happen crash after print one line log.
DebugMsg: CLI mmWave TimeStamp a=1 ==> The sensor crash.
Thanks.
Thanks.