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.

AWR6843ISK: BPMCFG for 3D configuration

Part Number: AWR6843ISK

Hi Everybody,

I saw that in SDK 3.05 the profile_2d_bpm.cfg turns on the bipolar modulation in the radar. This is a really nice feature. Is that also working for a 3d configuration? If yes it would be great to get some pointers on how to enable it.

Thank you for your help.

Best,

Christoph

  • Hello,

    You will see the BPMCFG command is support for all the profiles, but the commands typically do not enable this feature. If you set the chirpCfg commands to turn on multiple antennas and configure the bpmCfg command for this according to the SDK user's guide you can add this feature. But it only supports a 2D BPM configuration. You can use this with a 3D configuration, but only for 2 antennas at a time.

    Regards,

    Jackson

  • Hi Jackson,

    Thank you very much for your information. I have been successful in sending a configuration to the radar, nevertheless it still seems to not start. My configuration I send to the radar with SDK 3.05 is

    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 158
    profileCfg 0 60.75 30.00 25.00 59.10 657930 0 54.71 1 96 2950.00 2 1 36
    chirpCfg 0 0 0 0 0 0 0 5
    chirpCfg 1 1 0 0 0 0 0 5
    %chirpCfg 2 2 0 0 0 0 0 1
    %chirpCfg 2 2 0 0 0 0 0 4
    chirpCfg 2 2 0 0 0 0 0 2
    %frameCfg 0 2 32 0 100 1 0
    frameCfg 0 2 96 0 100.0 1 0
    guiMonitor -1 1 0 0 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
    bpmCfg -1 1 0 1
    calibData 0 0 0
    sensorStart
    

    Is there something obvious that is incorrect with it?

    Thank you,

    Christoph

  • Hello Christoph,

    Have you run the demo in CCS debug mode to see what the error is when you send the configuration?
    Using CCS Debug for Development

    This presentation has info about debug device errors. SDK Deep Dive

    Regards,

    Jackson