Dir Ti;
I'm now working with IWR1443BOOST under sdk210 environment.
I have questions regarding the standalone operation.
Along with the guidance on this form, I replaced cli.c with the one which includes commands and ifdef statements.
The compile was successful but the code doesn't work well. The condition is following....
- When sensor starts, command port outputs;
Debug: Init Calibration Status = 0x11e
Error -1
- Next, Sensor stops and again sensor starts;
Error -1
Exeption: ../sensor_mgmt.c line 467
By tracing source code, the problem seems to be a mismatching in memcmp() in line 460 of sensor_mgmt.c
Please show how to fix this problem.
Thanks in advance,
Kaneko