Hello, TI guys.
Now I have an unexpected issue, then I need help from you.
I have been developing IWRL6432 product.
I have mentioned several times that I made my own custom board of 6432 by modyfing its EVM.
To find out optimized cfg for my application, I edited its configuration from motion detection cfg offered in SDK 5.1.
(I guess SDK version is not related with this issue)
As following, I attached my cfg,
sensorStop 0
channelCfg 7 3 0
chirpComnCfg 8 0 0 256 4 28 0
chirpTimingCfg 6 63 0 50 60
frameCfg 2 0 200 64 150 0
guiMonitor 2 1 0 0 0 1
sigProcChainCfg 16 8 1 1 4 4
cfarCfg 2 8 4 3 0 8.0 0 0.5 0 1 1 1
aoaFovCfg -60 60 -40 40
rangeSelCfg 0.1 12.0
clutterRemoval 1
compRangeBiasAndRxChanPhase 0.0 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000
adcDataSource 0 C:/ti/mmwave_lp_sdk/examples/datapath/common/testBench/major_motion/adc_data_0001_CtestAdc6Ant.bin
adcLogging 0
lowPowerCfg 1
factoryCalibCfg 1 0 40 0 0x1ff000
mpdBoundaryBox 1 -1.5 1.5 0 3.8
sensorStart 0 0 0 0
And for reference, motion detection cfg downloaded from visualizer is also attached as below
sensorStop 0
channelCfg 7 3 0
chirpComnCfg 8 0 0 256 4 28 0
chirpTimingCfg 6 63 0 75 60
frameCfg 2 0 200 64 250 0
guiMonitor 2 1 0 0 0 1
sigProcChainCfg 32 2 1 0 4 4
cfarCfg 2 8 4 3 0 12.0 0 0.5 0 1 1 1
aoaFovCfg -60 60 -40 40
rangeSelCfg 0.1 12.0
clutterRemoval 1
compRangeBiasAndRxChanPhase 0.0 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000
adcDataSource 0 C:/ti/mmwave_lp_sdk/examples/datapath/common/testBench/major_motion/adc_data_0001_CtestAdc6Ant.bin
adcLogging 0
lowPowerCfg 1
factoryCalibCfg 1 0 40 0 0x1ff000
mpdBoundaryBox 1 -1.5 1.5 0 3.8
sensorStart 0 0 0 0
As you can see, there is only few differences.
But suddely, visualizer is stopped with error when I send my cfg.
Whether my board or EVM, the same result comes out.
I am confused because there was no problem until I figure out the values using visualizer.
Furthermore, detection data output is out and main MCU take it.
I have no idea what the problem is in this situation.
Let me know if you can help anything for me.