How to use DDR3 with Cortex-A7 (STM32MP157C-DK2 - C++ project)?
Good morning,I'm working on a C++ project to collect data from a peripheral sensor using the STM32MP157C-DK2.The estimated amount of data is at least 100 MB, so I have to use the DDR3 to store these data and then trasmit them over Ethernet using at t...