I am looking for an example for STM32H747 (dual CPU) MCU, best way to share data between processors.
1. Array of bytes? Read and write between CPUs.2. Peripheral allocations to CPU1 or CPU2? Should allocation of peripherals handled by only one CPU? What will happen if both CPU's are asking for same peripheral. How to handle this scenario.