Hi,
I am using ADC channel 0 for voltage conversion, which needs to be read when needed, its not time based operation we can say if specific conditions becomes true by some external event only then i need ADC reading.
so for this i need to poll the adc only for that time and i'm not using adc again till next time.
so i also don't need adc conversion mem register interrupt to be generated. How can i achive this adc polling?
i have checked with TRM that we have BUSY bit in ADC STATUS register to monitor the adc operational status, but it only gives the ADC enable/disable status.
i want to wait for ADC conversion completion once started and only after completion i need to proceed, so how to achieve this polling of conversion complete in adc?
any input will be helpful.
Thanks.