STM32L4 ADC+DMA how to get an interrupt when the buffer is filled?
HI, i am using STM32L476RG and need to acquire data at 1.5MSPS in a buffer, size 2048. Everything is working however i cant see how to get an interrupt once the buffer is filled.I thought the TC flag could be used but when i check in the DMA interrup...