Resolved! STM32H745: VMA does not match actual memory address for a given variable
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 same data.This code is placed in the Common directory so that it is picked up dur...