Other Parts Discussed in Thread: AWR1243
Hi experts,
I am running DFP example with AWR1243BOOST+DCA1000.
I want to investigate MIMO configuration with different transmitters turned on at different chirps.
Like this in the chirp configuration section in mmwaveconfig.txt
chirpStartIdx=0;
chirpEndIdx=0;
profileIdCPCFG=0;
startFreqVar=0;
freqSlopeVar=0;
idleTimeVar=0;
adcStartTimeVar=0;
txEnable=1;
chirpStartIdx=1;
chirpEndIdx=1;
profileIdCPCFG=0;
startFreqVar=0;
freqSlopeVar=0;
idleTimeVar=0;
adcStartTimeVar=0;
txEnable=4;
But it looks like mmwavelink example doesn't support this. The new chirp configuration (idx = 1) will overwrite the previous one (idx=0).
Is there a solution to solve this?
Thanks,