This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMWAVE-SDK: Error when LVDS streaming is enabled

Part Number: MMWAVE-SDK
Other Parts Discussed in Thread: MMWAVEICBOOST, IWR6843ISK-ODS, IWR6843

Hi, 

I am trying to use DCA1000 to collect raw data with the demo in the mmWave SDK 3.4, but get an error when starting the sensor:

\rmmwDemo:/>sensorStart \nError: You have provided partial configuration between stop and this command and partial configuration cannot be undone.Issue the full configuration and do "sensorStart" \n\rError -1\n\rmmwDemo:/>

Here is my profile, which is actually the profile_3d.cfg in the demo with a modified line of enabling lvdsStream

sensorStop
flushCfg
dfeDataOutputMode 1
channelCfg 15 7 0
adcCfg 2 1
adcbufCfg -1 0 1 1 1
lowPower 0 0
profileCfg 0 60 7 3 24 0 0 166 1 256 12500 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 32 0 100 1 0
guiMonitor -1 1 1 1 0 0 1
cfarCfg -1 0 2 8 4 3 0 15.0 0
cfarCfg -1 1 0 4 2 3 1 15.0 0
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
measureRangeBiasAndRxChanPhase 0 1. 0.2

aoaFovCfg -1 -90 90 -90 90
cfarFovCfg -1 0 0.25 9.0
cfarFovCfg -1 1 -20.16 20.16
extendedMaxVelocity -1 0

CQRxSatMonitor 0 3 4 63 0
CQSigImgMonitor 0 127 4
analogMonitor 0 0

% lvdsStreamCfg -1 0 0 0
lvdsStreamCfg 1 1 1 1
bpmCfg -1 0 0 0 sensorStart

  • Hello

    Can you please mention which MmWave Device and/or EVM/Board are you using ?

    Thank you

    Vaibhav

  • Hi Vaibhav,

    I am using MMWaveICBoost + IWR6843ISK-ODS (ES2.0) + DCA1000.

    Cheers,

    Tom

  • Hi TI team,

    I flashed the demo IWR68xx in the MMWaveSDK 3.3, but the problem still exists.

    Do you have any ideas on this?

    Cheers,

    Tom

  • Hi TI Team,

    I am guessing the BSS firmware is wrong. A couple of days ago, I tried the mmWaveStudio-2G and failed with a message like 'This release is for AWR24xx and it does not support the device type' when connecting to my IWR6843. I did not see the step of flashing BSS was executed at that moment. 

    However, the error message reported is identical for both SDK3.3 and SDK3.4, as well as their combinations with profiles. I did not find how to flash the BSS firmware in the user guide. Would you please instruct me how to flash BSS in order to verify my guessing?

    Cheers,

    Tom

  • Hi TI Team,

    I tested my config file with another ISK-ODS which was not used with any version of MMWaveStudio and failed without luck. So the problem would not be caused by the wrong RSS firmware. Please forget this direction and let's focus on the profile.

    Cheers,

    Tom

  • Hi,

    I finally worked it out and the problem was caused by my misunderstanding about the first parameter of the command lvdsStreamCfg, which is the subframe index rather than the enabling flag. Sorry for that.

    It works with the line lvdsStreamCfg 1 1 1 1

    Cheers

    Tom