Tool/software:
CLI Configuration
Most of the mmWave demos provided by our team on TI Resource Explorer support a CLI configuration from the PC host:
- The RF and demo configuration parameters are usually provided in a file called
profile.cfg
- The content of this file is sent to the mmWave sensor target through the UART
- The application running on the target uses this information to configure the RF front end and the demo.
The MRR demo also supports a CLI, however the main difference with the other demos is that the RF configuration is not sent through the UART but hard coded in the application that runs on the target.
The MRR demo supports only two commands which are sent by the Matlab GUI through UART to start the demo.
The MRR demo can be started using these commands using Tera Term for example.
This is the snippet i found in MRR demo documentation. I would like to know how to activate the CLI commands in this{MRR) demo.
Thanks,
Rehman