Senior
November 21, 2021
Question
STM32H7xx ADC in scan mode with continue DMA doesn't works when dcache was enabled
- November 21, 2021
- 1 reply
- 772 views
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) {
}
This works.
When i now enable the CPU DCache option in MxCube under Cortex_M7, i receive not more the data from the ADC.
How can i resolve this issue?
btw. i have also R32 (VREFP is open) removed from the nucleo board otherwise the VREFBUF can't be activated.
Regards
