Hi everyone,
I am working on SRR example and i have some doubts about the MSS Client implementation, I think that this also applies to MRR example.
I am working on a firmware that does not need that Client at all (at least it is what I think) because the program shall auto starts, as it is done in the MRR example:
Ok, by this way I can program an auto start functionality. Therefore, I think that I do not need to use the UART for that purpose and Can I use it for other things, no? However, If I call to "SRR_MSS_CLIAdvancedFrameCfg" and "SRR_MSS_CLISensorStart" without calling to "SRR_MSS_CLIInit" and consequently without opening the Client using "CLI_open", the program fails when it tries to open the mmWave module through "MMWave_open".
Therefore, what is really doing the Client? Why it needs to control the mmWave module? I am not understanding it well and I thought that the Client was only a kind of Client UART manager which process the commands. Can I remove all the UART implementation and only keep the mmWave module configuration? Something like this:
Many thanks for the support and best regards,
Javier