memory mapping framebuffer in the bootloader causing a memory fault when switching to unpriveleged mode
Need to memory map the framebuffer in the bootloader, this is done using bspMpuConfig. when this is done the framebuffer can successfully be written but when transitioning into the next state the routine /* RCC access done to identify the wakeup sou...