Hello,
I have to read the temperature from a NTC sensor connected to GPADC_1. Reviewing the SDK I see that is implemented blocking and non-blocking methods. However, I do not know how to use them. As it is said in the documentation:
There are a callbackFxn and a returnMode to do it in non-block way. However, my ADCBuf_Params does not have those variables:
I am using mmwave_sdk_03_05_00_04 version on iwr18xx EVK. How can I implement in non-blocking way?
If it is not possible, Which is the better approach to do it? How can I retrieve the readings?
Best regards,
Javier