Tool/software:
Hello,
I am using the AWR2243-2x-CAS-EVM board for my project. For board bring-up, we used the mmwave_2_chip_cascade code available in (radar_toolbox_3_20_00_04\source\ti\examples\Automotive_ADAS_and_Parking)
We imported the project into CCS, built it, and then flashed it to the board. We verified it using the mmwave_2_chip_cascade_visualizer MATLAB script from (radar_toolbox_3_20_00_04\tools\visualizers)
, and it is working fine.
Now, I want to change from UART CLI read configuration to a hardcoded CLI configuration. However, in the mmwave_2_chip_cascade project, a prebuilt library file (libcli_cascade_am273x.aer5f
) is used directly, and there is no cli.c
file available in mmwave_2_chip_cascade project to make the changes I need.
Could you please guide me on how to convert it from UART CLI read config to hardcoded CLI config?
Regards,
Miit Prajapati.