Resolved! Bug in stm32h7rsxx_hal_cortex.c -- MPU regions are never enabled
The net effect of this bug is that the reference code (including the Templates for LRUN and XIP) never actually enable the Memory Protection Unit regions.See: stm32h7rsxx_hal_cortex.c Line 532 I believe the second "Disable the Region" should have bee...