STM32H7 ADC with DMA not working, Cache disabled
Hi,I am trying to use the ADC with DMA but the values on the buffer are not being updated. Next i detail the steps that i have done:Disabled the ICache and DCache.Place the DMA buffer in a separate section in RAM_D2 with the address 0x30000000, so th...