Hi,
Can I know the source of the following Error : Error code: -3109 Subsystem: 71 ?
thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Can I know the source of the following Error : Error code: -3109 Subsystem: 71 ?
thanks
Hi Cesar thanks for your reply
If you would please look into this thread attached you will find the original problem and the error I am talking about ( I posted this thread a while ago )
the API responsible for it should be MMWave_decodeError() I think.
thanks!
Hi,
I have read the thread.
If I understand correctly the project was started with mmWave SDK 3.5 demo.
There were modifications made to remove the CLI. After this modification, this error was reported for some chirp configurations.
As Aayush mentioned these errors are related to incorrect chirp configuration.
It is possible that the CLI was removed incorrectly and when the chirp configuration is programmed it is corrupted.
Please review the changes you have made
thank you
Cesar
Hi Cesar,
Is there any kind of document or something where I can find the source of errors or something like that?
Thanks
Hi @Cesar,
after investigation i found out that you freeze the number of activated channels inside the code. Actually when I modified the parameter chCfg.txChannelEn in the CLI_MMWaveChannelCfg function in the cli_mmwave.c from 3 to 7 it started working.