ADC Interrupt

24 Mar 2011

Hi, i'd like to use the ADC with the interrupt mode, but i didn't find the configuration for this mode. anybody used ADC with interrupt? thank's

24 Mar 2011

There are two large threads on this subject. One using pure IRQ[1] and one using ADC/Burst+GPMA+IRQ[2]

[1] http://mbed.org/forum/mbed/topic/1965/?page=1

[2] http://mbed.org/forum/mbed/topic/1798/?page=1

24 Mar 2011

I'll add, please read them carefully and in full. There exist some issues that you may run into (mainly in adc burst mode) but knowing them before you get stuck in will save you a lot of time. If doing a "pure" IRQ driven system (no burst mode and reading the ADDRx regs instead of ADGDR reg then you shouldn't have any problems. There's an example of that I did on the first thread up there).