Boot to RAM from SD card on STM32H7...
Greetings!I've got custom hardware running on an ST32H7. I'm trying to load an image from the sdcard into off-chip RAM for execution. RAM's at 0xC0000000, and I think I've set the MPU configuration correctly: // Region 2 is the external RAM MPU_InitS...