H7 Riverdi screen adding DMA to M4 core leads to blank screen
Hi there,
I've crated a STM32H7 project using the Riverdi 7" example from touchGFX which starts up with no errors showing a picture on the screen.
When I add a circular DMA buffer for ADC3 in the M4 context (only). The generated M7 main file changes the position of the MX_LTDC_Init() and adds MX_DMA_Init() (why?) leading to a blank screen.
Cheers!
left side
M7 main for Riverdi 7" generated by CubeMX 6.11.1
right side
M7 main after adding DMA mode for ADC to M3

