Hi all,
I am trying to read the adc values in continuous mode and & have enabled ADC range check and out of range interrupt as well.
When out of range condition arrives on channel 0, cpu executes ISR in which i am printing FIFO Count value and trying to read the value at which interrupt
occurred and all the values in the FIFO before it. Problem is FIFO count is printed as 0 in ISR and also i am not sure if i am reading the correct value.
Please give me some pointers for the same.
Thanks in advance.