cancel
Showing results for 
Search instead for 
Did you mean: 

Newbie question for stm32H723 adc

Niramas
Associate III

I am just getting started with the stm32h723 ADC.    If I create a regular sequence group of several input channels, how does my ISR know which channel was sampled last (which channel's data is in the DR)?  I don't see this in the registers.

Thanks,

Mark 

2 REPLIES 2

Typically you'd DMA a group of channels into an array, and then get an interrupt for some multiple of them.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

So I have to go down another rabbit hole to get my ADC data?   Is there a code example for the ADC-DMA transfer?