Strangely enough, I'm having the same issue... the memory region is set to
MPU->RBAR = ARM_MPU_RBAR(7, 0x20240000U);
MPU->RASR = ARM_MPU_RASR(0, ARM_MPU_AP_FULL, 0, 0, 1, 0, 0, ARM_MPU_REGION_SIZE_1MB);
but my trap seem to happen at 0x2030_001D -- the address is indeed unaligned, but i suppose that should be OK in this instance.