STM32H7xx ADC in scan mode with continue DMA doesn't works when dcache was enabled
Hi,I use the nucleo board "Nucleo-H743ZI2 and STMCube.See attached file for setup. (Actual DCACHE option disabled)I call the ADC as follow.ALIGN_32BYTES( uint32_t Buffer[11]); if (HAL_ADC_Start_DMA(&hadc3, (uint32_t*)Buffer, 11) == HAL_OK) { } Th...