Can MPU be reprogrammed during runtime ?
Hello,
I use STM32F746 , touchgfx, SDRAM, NORFLASH in my project. I use MPU and I make configurations in CUBEMX and I have MPU_Config() funciton in my main.c.
I wonder that; is MPU one time programmable after reset or can I reconfig MPU during runtime?
I ask this because have a bootloader also use mpu config
If boot loader configures MPU is it possible to configure MPU by main code ?
Thanks
