Resolved! How to properly initialize shared arrays on STM32745?
In my application I am using initialized data in shared memory for the use in a user interface. The memory is in the SRAM2 at 0x30020000. Both cores need to access that data, so I use code of the following form:__attribute__((section(".sram2"))) uiSe...