Hi there,
I implemented magnitude threshold interrupt in my application.
A interrupt works when relevant ADC channel below a level I set, but a routine called by the interrupt has big latency I did not suppose.
I believe threshold value and ADC result that specified by ADMAGINTxCR is compared every AD conversion.
For example, even conversion result is not read by CPU, 100us conversion interval leads the comparison interval being 100us.
So interrupt can be triggered by 100us at the minimum.
Is it correct ? (Unfortunately, it did not work so fast. Probably, it could be wrong)
I appreciate any comments or suggestion.
Thanks.
H. Yamai