I'm using STM32H757I-EVAL for prototype design. What is the best way to establish communication between 2 cores?
I want declare a uint32_t variable which will be updated/written by one of the cores and read by another core. Any sample code (or document) available for Arm Cortex-M4 and Cortex-M7 cores?