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.

AWR1843BOOST: implementing the chirp config parameters in the code in code composer ( replace the GUI of Matlab)

Part Number: AWR1843BOOST

Hi,

So i am working on lab4 " obstacle-detection" In this lab we load the chirp configuration file using the GUI of Matlab.

I want to, instead of doing that, I won't need the Matlab to load the chirp config but to implement those parameters of the configuration file directly in the code in code composer like creating a static array which contains the params of chirp config or something of that sort.

Is that possible ? and if so any idea how to do it ? 

Thanks 

  • You can embed those CLI commands within the application and rebuild it. So at the application boot up, all those configurations are self applied by the application.

    Please refer lab0005_object_data_over_can application which embeds all the CLI and calls internally.

    lab0005_object_data_over_can\odoc-target\mss\cli.c and cli_mmwave.c

    Follow CLI_BYPASS MACRO in these files.

    Regards,

    Jitendra