Tool/software: TI-RTOS
We are currently developing CC1312.
It is in standby mode by default, wake up with a 5 second timer (clock), read the ADC (temperature value).
I am having problems reading the ADC.
Every time I wake up with a clock instance, I call ADC_convert
I can not read the correct temperature value.
but when CC1312 wake up and give a delay of 10ms(using Task_Sleep()) , the correct temperature ADC value is read.
I am reading the ADC using the adcsinglechannel example
I have a question.
Is there a delay for reading the ADC correctly after waking up in standby mode?
Where can I find information on this?