How to use DMA to transfer data from SRAM to a DDR buffer
Hi everyone,
I'm new to using MPUs.
For an application, I need to transfer data from the SRAM (data obtained with the M4) to a DDR buffer in order to communicate with the A7. I based my application on the example here : How to exchange large data buffers with the coprocessor - example - stm32mpu
But in this code, the address of the buffer where to transfer the data by DMA is not given explicitly.
So I'm trying to find these addresses to develop my application.
I am using STM32MP157C-DK2 board.
I hope my question is not too confusing.
Thanks,
PComb.1
