How to correctly reassign RAM on STM32H755 for M4 to use AXISRAM and M7 to use SRAM1
I'm essentially trying to swap the RAM modules between the two cores on the STM32H755 so that all data in RAM used by the M7 is in SRAM1-3 and for the M4 is in AIXISRAM, but I'm observing some issues in startup behavior on the M4.From my understandin...