STM32F407, PcROP, MPU, Interrupt routines and protection levels
Posted on July 22, 2014 at 18:28I have a boot loader and main app. I am trying to use the MPU to restrict access to parts of the boot loader Flash and to DMA registers so that the app code can't use DMA to read the boot loader Flash (as is done the...