Hello,
Could someone give some hints or ideas on how to adress the following issue:
I want to have an analog input on ADC0 - AIN1 - sequencer 3 (port PF2) and when this input is higher then 1.5 v for example to generate an interrupt (ADC0Seq3_Handler) and n that ISR run some code...
The issue is, it's not clear to me the capabilities of the ADC.
Can the ADC generate an interrupt only when the input value is higher than a certain value? Or should I use the analog comparator? Or digital comparator?
How should the ADC be triggered in this case? By the SW or should run continuesly from startup?
I've been reading the datasheet for TM4c123g and the TivaWare DRL document and unfurtunatly it's still not clear.
Also if you have some examples with a similar situation, it would be great.
Thanks,
Alex