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.

CCS/IWR1642BOOST: Waiting for data in GUI Composer

Part Number: IWR1642BOOST

Tool/software: Code Composer Studio

My device works normally in Demo Visualizer and other examples.
But the device is not connected in GUI Composer.
What's the problem?

  • Hi Chang son,

    You'll need to send the CLI sensor commands as is performed in the mmWave Demo Visualizer. These are the commands found in the profile_xx.cfg files in the SDK.


    Cheers,
    Akash
  • sensorStop
    flushCfg
    dfeDataOutputMode 1
    channelCfg 15 3 0
    adcCfg 2 1
    adcbufCfg -1 0 0 1 0
    profileCfg 0 77 7 7 58 0 0 68 1 256 5500 0 0 30
    chirpCfg 0 0 0 0 0 0 0 1
    chirpCfg 1 1 0 0 0 0 0 2
    bpmCfg -1 0 0 1
    frameCfg 0 1 32 0 100 1 0
    lowPower 0 1
    guiMonitor -1 1 1 1 0 0 1
    cfarCfg -1 0 2 8 4 4 0 5120
    cfarCfg -1 1 0 8 4 4 0 5120
    peakGrouping -1 1 0 0 1 224
    multiObjBeamForming -1 1 0.5
    calibDcRangeSig -1 0 -5 8 256
    extendedMaxVelocity -1 0
    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
    nearFieldCfg -1 0 0 0
    CQRxSatMonitor 0 3 4 127 0
    CQSigImgMonitor 0 63 8
    analogMonitor 1 1
    lvdsStreamCfg -1 0 0 0
    sensorStart

    I tried to enter it like the command above, but it didn't. Am I doing something wrong?

  • Hi Chang Son,

    It appears that your XDS110 ports have disappeared, you should be sending the UART commands through it so you may be sending them on the wrong port because you BAUD rate looks correct.

    Is there a reason you aren't using the mmWave Demo Visualizer or at least using it as a template in GUI composer? This might be a much easier option for you.


    Cheers,
    Akash