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.

AWR1243: How do I use rlDeviceEnablePeriodicTests API?

Part Number: AWR1243

I use mmwave_dfp_01_02_00_00 package for AWR1243 and host processor is TDA3.

I am trying to execute all mmwavelink API, but no sample/test code for rlDeviceEnablePeriodicTests API.

Could you please tell me how to use rlDeviceEnablePeriodicTests API e.g. H/W setup, precondition, etc. if  any.

  • Hi,

    rlDeviceEnablePeriodicTests API use to enable monitoring test (register read and ESM) in the MSS of AWR1243 device.

    This API needs to be called before the frameConfig API. And based on given periodicity MSS will do the reuired test (rlPeriodicTest->testEn) and send the report to Host at every monitoring period (rlperiodicTest->periodicity).

    This API can be called after MSS datapath APIs is being called and this API is independ of frame/profile configuration. So you can enable this API before frame trigger as well.

    Try this API from mmWave Studio (under MSSMon TAB).

    Regards,

    Jitendra

  • Hi Jitendra,

    Thank you for your explanation.

    Regards,

    Kensuke