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: API example

Part Number: AWR2243

Hi Team,

I am finding some example of AWR_ADVANCE_CHIRP_CONF_SB and AWR_ADVANCE_CHIRP_GENERIC_LUT_LOAD_SB.

And I think it should be ...\mmwave_dfp_02_02_04_00.zip\mmwave_dfp_02_02_04_00\ti\example\

However I can't find a place to directly call the APIs just some descriptions of them in mmwave_dfp_02_02_04_00\ti\control\mmwavelink\src\rl_sensor.c

Could you teach me how to use it?

Best Regards,

Tom

  • Hello Tom,

    In the rl_sensor.c you can find the API: rlSetAdvChirpConfig,  rlSetAdvChirpLUTConfig and  rlSetMultiAdvChirpLUTConfig

    These API's provide the subblock id and msgid as fields, you can implement the same API's directly to set the parameters.
    You can get a more clear idea if you go through the functions of the same API.

    If you go into the example mmwave_dfp_02_02_04_00\ti\example\mmWaveLink_SingleChip_Example\mmw_example.c
    You can see some of the implementation of the same API.

    Regards,
    Saswat Kumar