Hi,
I'm encountering the following error in my application code, where can I look to find what the error codes correspond to?
Error: mmWave Config failed [Error code: -3108 Subsystem: 38]
Thanks,
Norman
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,
I'm encountering the following error in my application code, where can I look to find what the error codes correspond to?
Error: mmWave Config failed [Error code: -3108 Subsystem: 38]
Thanks,
Norman
Hello Norman,
You can refer to the base error number in the file C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\common\mmwave_error.h
As its -3108 code, so base would be -3100:
Then for the offset 8 you can refer to the document: C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\control\mmwave\mmwave.h
So, -3100-8 = -3108
Regards,
Saswat Kumar
Hi Saswat,
Thanks for the reply. And what about the subsystem number 38 where can I find what that corresponds to?
-Norman
Hello Norman,
To find what this corresponds to you can refer the file: C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\control\mmwavelink\mmwavelink.h
Also, all this is mentioned in the demo information:
C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\demo\xwr16xx\mmw\mss\mss_main.c Line:559
Regards,
Saswat Kumar