Resolved! STM32H745: shared memory with different content on different cores
In debug mode, I see the following on CM7: At the same time I see the following on CM4: How is this possible if I have turned cacheability off?MPU_Region_InitTypeDef MPU_InitStruct; /* Disable MPU */ HAL_MPU_Disable(); // Configure SRAM2 as non-c...