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.

MMWAVE-SDK: File for Chirp Configuration

Part Number: MMWAVE-SDK
Other Parts Discussed in Thread: AWR1843

If we write program for chirp configuration to AWR1843 ,

we need to use the file in SDK which is the below file name, don't we?

I write the file name below.
C:\ti\mmwave_sdk_03_05_00_04\packages\ti\control\mmwavelink\src\rl_sensor.c

  • Hi Hiroyuki Kanem,
    So the AWR1843 is autonomous sensor, in which user can write their own application for configuring the front end of the device.
    We have provided the mmwavelink library, so that the user can call the API's (present in the library) in the application which will configure the front-end.
    rl_sensor.c is a part of the mmwavelink library.
    If you want reference to how it is configured you can also refer the following below which utilizes the mmwavelink library for configuration - 
    C:\ti\mmwave_sdk_03_05_00_04\packages\ti\control\mmwavelink\test
    Hope this provides you the information you are looking for, reply to this thread if you have any queries.
    Regards,
    Saswat Kumar

  • Hi Saswat.
    Thank you for your replying.

    I watched the file you had taught.

    In the case I want to enable Tx and Rx, I need to change the variable (.rxChannelEn) and
    (.txChannelEn) in (link_testcase_config.c) ,don't I?

  • Hi Hiroyuki,
    Yes you need to change these variables, to configure the number of transmitter and receivers
    You can access the macros from this path
    C:\ti\mmwave_sdk_03_05_00_04\packages\ti\control\mmwavelink\dfptest\common\dfptest_config.h
    Hope this helps.
    Regards,
    Saswat