I am using an STM32H747 - (in an Arduino Portenta) - share data between cores in SDRAM
The SDRAM is 8MB, and starts at 0x60000000I would like o share the first 1MB between the M4 and the M7 coresvoid MPU_Config() { MPU_Region_InitTypeDef MPU_InitStruct; /* Disable the MPU */ HAL_MPU_Disable(); // Initialize SDRAM Start as s...