2026-04-17 12:41 AM
Hi,
I am working on STM32MP257F-EV1 Evaluation Board. I want to use shared memory (like DDR) between M33 and A35 cores. M33 should write data samples collected form peripherals in shared memory array and A35 should read this memory array to process it further. How to achieve this?
2026-04-17 12:51 AM
please look into https://wiki.st.com/stm32mpu/index.php?title=Interprocessor_communication_%E2%80%93_exchanging_buffers&sfr=stm32mpu#Indirect_buffer_exchange_mode
Regards