Other Parts Discussed in Thread: MMWAVE-L-SDK
Tool/software:
Hallo TI-Experte,
Regarding my last enquiry about: sending configuration data via SPI instead of UART.
I was advised to create a task and constantly wait for upcoming information via spi.
Currently I have seen the code in the mmw_cli.c file where configurations are sent via UART. There is a cli_task(): which starts the function CLI_readLine(gCLI.cfg.UartHandle, (char *)&cmdString[0], READ_LINE_BUFSIZE); and then receives the parameters.
In principle, can I comment the implementation of the UART in this file and implement MCSPI? Can I even make such a change in just this file without disturbing the whole system?
Can you advise me on the best way to do this? How exactly should I proceed to make configuration via MCSPI?
I would appreciate your positive feedback.
Kind regards,
Ronnel