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.

AWR2243: AdvFrame配置不正常

Part Number: AWR2243


首先使用基础帧配置rlSetFrameConfig是成功的,

但是高级帧配置失败

在高级帧函数配置中

int MMWL_advFrameConfig(unsigned char deviceMap)

使用rlSetAdvFrameConfig(deviceMap, &AdvframeCfgArgs)将配置参数写入芯片返回值为0(配置寄存器中参数已设置)

使用rlGetAdvFrameConfig(deviceMap, &GetAdvFrameCfgArgs)读出配置参数,进行校正,但是校正有误,后续发射也无法正常打开。

具体表现为AdvframeCfgArgs中设置了参数

读出的GetAdvFrameCfgArgs中参数均为0

  • 你好,

    如果只是配置,不读回,发射能否正常? 如果仍不正常,请问你的配置流程是否和下面LUA里一样(修改operating_mode = 1)

    C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\DataCaptureDemo_xWR.lua 

    --Legacy Framing mode = 0/Advanced framing mode = 1/Continous streaming mode = 2
    operating_mode = 1