STM32H745 Dual Core SRAM
Hey,
I am starting to write a new project on STM32H745ZI.
Core M7 is responsible for control and core M4 is responsible for communication with a computer.
There is a lot of data that I want to share between the two cores, there is data that the access speed is critical only for the M7 core and there is data that the access speed is critical for both cores.
my question:
Is there a connection between which part of SRAM I save the data and the data access speed for each core?
If so, where should I save data in different cases of needing access speed?
Thanks for the helpers!!

