Tool/software:
Hi,
I tried to configurae a waveform, it's parameters is
1. num of chirps: 1024
2. num of frames: 1 frame
3. the txphaseshifte of each chirp in each txchanne is different,
so there are 1024*4*1 = 4K LUT for all txPhaseShfiter values of 4 txchannel
(Assuming each element of TXx_Phase_Shifter is 1 byte according to ICD document)
the configuration command:
advChirpCfg 7 0 0 0 0 0 0 0 0 1 7168 1024 0 0 0 0 advChirpCfg 8 0 0 0 0 0 0 0 0 1 8192 1024 0 0 0 0 advChirpCfg 9 0 0 0 0 0 0 0 0 1 9216 1024 0 0 0 0 advChirpCfg 10 0 0 0 0 0 0 0 0 1 10240 1024 0 0 0 0 frameCfg 0 0 1024 0 512 50.0 1 0
if fails with the following error message.
mmwDemo:/> sensorStart Debug: Init Calibration Status = 0xffe All commands are sent, waiting for response from device Error: mmWave Config failed [Error code: -3110 Subsystem: 313] Error -1 mmwDemo:/>
it seems a error of
#define RL_RET_CODE_NUM_PATTERNS_PROGRAM_INVALID (313U) /* Insufficient number of NUM_OF_PATTERNS programmed compared to actual programmed chirps (array out of bound error) */
how to fix this error?