Tool/software: Code Composer Studio
Hi,
My goal is to write custom configuration commands for the CLI - like sensor start/ stop for example.
Starting out it needs no functionality. When entered the command should simply be recognized with the "Done" echo.
Currently I understand that the cli.c in C:\ti\mmwave_sdk_01_02_00_05\packages\ti\demo\xwr16xx\mmw\mss are added to a table.
How is the input further processed?
The cli.c under utils C:\ti\mmwave_sdk_01_02_00_05\packages\ti\utils\cli\src is tokenizing a UART stream and confirming Done/Error.
How are the functions further resolved to API calls by mmwavelink.h
Any guidance would be apprechiated.