User Activity

I am using an STM32L471QE, and am programming its MPU. Because of the Software architecture i try to enable the MPU regions one at a time. Does the MPU keep the old configuration if i disable it or do i have to program all the seperate parts again?
Posted on March 02, 2018 at 11:28I am just starting my work with an STM32l496ZG nucleo board. I am using an ST7789V Display, which i want to connect via SPI1. CubeMX is configured to use SPI with DMA for TX, and the necessary interrupts.How should i...