ADC run by DMA & TouchGFX DCache issue
Hi,
I have a custom board with STM32H7 & TouchGFX.
I'm using DMA triggered by interrupt to sample datas with my ADC.
Without DCache enable, it's working well. But TouchGFX fails if DCache is disabled (problem meet by others here: https://community.st.com/s/question/0D53W00000S752ySAB/touchgfx-4160-issue-when-dcache-is-disabled )
And if my DCache is enabled, my ADC DMA sampling fails if I move from one screen to an other. (the DMA appears to stop)
I was thinking not using DMA for ADC but it kinds of mess with the generated code.
Any ideas how I can keep both DMA with ADC & TouchGFX running ?
Thanks !
