Hello Champs,
Customer connected AWR2944EVM (supplied with 12V3A) to PC and send below configuration every 0.2s.
send = [
"sensorStop", ...
"flushCfg", ...
"dfeDataOutputMode 1", ...
"channelCfg 15 7 0", ...
"adcCfg 2 0", ...
"adcbufCfg -1 1 1 1 1", ...
"lowPower 0 0", ...
"profileCfg 0 77 267 7 57.14 0 0 70 1 560 11396 0 0 30", ...
"chirpCfg 0 0 0 0 0 0 0 1", ...
"chirpCfg 1 1 0 0 0 0 0 4", ...
"chirpCfg 2 2 0 0 0 0 0 2", ...
"frameCfg 0 2 16 20 560 100 1 0", ...
"lowPower 0 0", ...
"guiMonitor -1 1 1 0 0 0 1", ...
"cfarCfg -1 0 2 8 4 3 0 15 1", ...
"cfarCfg -1 1 0 4 2 3 1 15 1", ...
"multiObjBeamForming -1 1 0.5", ...
"calibDcRangeSig -1 0 -5 8 256", ...
"clutterRemoval -1 0", ...
"compRangeBiasAndRxChanPhase 0.0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0", ...
"measureRangeBiasAndRxChanPhase 0 1.5 0.2", ...
"aoaFovCfg -1 -90 90 -90 90", ...
"cfarFovCfg -1 0 0 19.53", ...
"cfarFovCfg -1 1 -1 1.00", ...
"extendedMaxVelocity -1 0", ...
"calibData 0 0 0", ...
"CQRxSatMonitor 0 3 11 121 0", ...
"CQSigImgMonitor 0 127 8", ...
"analogMonitor 0 0", ...
"lvdsStreamCfg -1 0 1 0", ...
"sensorStart"
];
The sensor start successfully and the uart can receive the data.
But when executing below commands, it returns error.
mmwDemo:/>sensorStop
sensorStop
Done
mmwDemo:/>sensorStart 0
sensorStart 0
Error: You have provided partial configuration between stop and this command and partial configuration cannot be undone.Issue the full configuration and do "sensorStart"
Is the "sensorStart 0" command correct?
Besides, below is the version
mmwDemo:/>version
version
Platform : AWR294X
RF F/W Version : 02.04.03.10.21.10.28
RF F/W Patch : 00.00.00.00.00.00.00
mmWaveLink Version : 02.04.03.00
Lot number : 1314526
Wafer number : 33
Die coordinates in wafer: X = 12, Y = 22
ProcChain : TDM
mmWave SDK Version : 04.02.00.01
Done
Thanks.
Rgds
Shine