Resolved! How to configure ADC+DMA to have 3 conversions and get DMA interrupt when all 3 conversions are complete and converted values are available in predefined buffer of size 3?
I am using STM32F756 Eval board and trying ADC+DMA example.Example, is about one ADC conversion and the data is stored in variable using DMA.I am looking out for changes to be done in the configuration such that,After I start ADC conversion, I must ...