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.

About Radar Programming

I believe that the mmWaveLink framework will be used to configure and control millimeter-wave radar devices.

Is the flow of mmWaveLink at this time as follows?
1. Device Manager APIs (rl_device.c)
1.1 rlDevice PowerOn is called after power connection.

2. Sensor Control APIs (rl_sensor.c)

Is it okay to make calls in this order?

  • Hello Hiroyuki, 

    Yes you're right. mmWaveLink framework acts as driver for Main sub-system and Radar sub-system. It exposes a suite of low level APIs which allow application to enable, configure and control Main SS and Radar SS. It provides a well-defined platform and OS abstraction for the application to plug in the communication driver and OS routine callbacks to communicate with the TI mmWave devices. External Processor can use this framework to connect and configure device over SPI.


    mmWaveLink source and library are available at ‘mmwave_dfp_<ver>\ti\control\mmwavelink’

    For more details, please refer to the mmWave_DFP_user_guide.pdf at  ‘mmwave_dfp_<ver>\docs' which demonstrates some examples as well. 

    Please let us know if you need further clarifications. 

    Regards,

    Ishita

  • Thank you for your replying.