Hi,
After I configure the sensor once with xWR1443 capture demo in mmWave sdk 1.0 on ES2.0 EVM, I would like to reconfigure the sensor without reloading the image ( I try the demo in ccs).
I tried to send "sensorStop" command in serial port to stop sensor, but get error in CCS.
If I didn't send "sensorStop" command and just send the configure command again in serial port, I still got error.
I checked the error code info in the code, but I still don't why it failed.
#define MMWAVE_ERRNO_BASE (-13000)
/**
* @brief Error Code: Invalid argument
*/
#define MMWAVE_EINVAL (MMWAVE_ERRNO_BASE-1)
/**
* @brief Error Code: mmWave link sensor failed
*/
#define MMWAVE_ESENSOR (MMWAVE_ERRNO_BASE-12)
I have ever run the mmw demo and it is ok to reconfigure the sensor configuration in web GUI. Why the reconfiguration in capture demo failed? Would you pls kindly advise what I missed?
Thanks,