Help with HPDMA + ADC on STM32H7S3L8
I've been trying to get DMA to work on the STM32H7S3L8 with bare metal code. As far as I can tell, I have everything set up correctly(?). I get no DMA error flags. The DMA complete flag is never set and the target buffer remains empty.I have enabled ...