Other Parts Discussed in Thread: AWR1642
Hi,
I have been working with AWR1642 EVM module and want to implement the Short ranged radar using two subframes as they have mentioned in their guide.
So using the example given here /ti/mmwave_sdk_02_00_00_04/packages/ti/demo/xwr16xx/mmw/profiles/profile_advanced_subframe.cfg and using the chrip configuration given in the SRR module i write my own configuration file accordingly.So the cfg file is uploaded successfully but i make the mmwave demo to just hang and unresponsive.
Can anyone please help me out where im doing wrong or what changes need to be done to run my configurations successfully
Below is my configuration that i'm using for the two subframes SRR and USRR accordingly :-
% advanced subframe configurations
% for SRR and USRR subframes
sensorStop
flushCfg
dfeDataOutputMode 3
channelCfg 15 3 0
adcCfg 2 1
adcbufCfg -1 0 0 1 0
lowPower 0 1
%
profileCfg 0 77 3 3 56 0 0 8 1 256 5000 0 0 40
profileCfg 1 77 7 5 87.3 0 0 42 1 512 6250 0 0 30
%
chirpCfg 0 0 0 0 0 0 0 1
chirpCfg 1 1 0 0 0 0 0 2
%
chirpCfg 2 2 0 0 0 0 0 1
chirpCfg 3 3 0 0 0 0 0 2
%
bpmCfg 0 0 0 1
bpmCfg 1 0 2 3
%
advFrameCfg 2 0 0 1 0
subFrameCfg 0 0 0 2 64 100 0 1 1 100
subFrameCfg 1 0 2 2 32 100 0 1 1 100
%
guiMonitor 0 1 1 1 0 0 1
guiMonitor 1 1 0 0 0 0 1
%
cfarCfg 0 0 0 8 4 4 0 7000
cfarCfg 0 1 0 4 2 3 0 3000
%
cfarCfg 1 0 0 8 4 4 0 7000
cfarCfg 1 1 0 4 2 3 0 3000
%
peakGrouping 0 1 1 1 1 255
peakGrouping 1 1 1 1 1 255
%
multiObjBeamForming 0 1 0.5
multiObjBeamForming 1 1 0.5
%
calibDcRangeSig 0 1 -3 3 256
calibDcRangeSig 1 1 -2 2 256
%
extendedMaxVelocity 0 1
extendedMaxVelocity 1 0
%
nearFieldCfg 0 1 1 255
nearFieldCfg 1 1 1 255
%
clutterRemoval -1 0
%
compRangeBiasAndRxChanPhase 0.0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
measureRangeBiasAndRxChanPhase 0 1.5 0.2
% Profle 0
CQRxSatMonitor 0 3 4 63 0
CQSigImgMonitor 0 51 4
% Profle 1
CQRxSatMonitor 1 3 18 127 0
CQSigImgMonitor 1 127 4
% Disable CQ
analogMonitor 1 1
%Disable LVDS streaming
lvdsStreamCfg -1 0 0 0
%
sensorStart
So using the above configurations this was the error on mmwave demo cli DSS Exception: dss/dss_main.c, line 2012.
Thanks Ashish