User Activity

This is kind of a broad question, but I'm having a bit of trouble understanding/finding resources on using the MPU on this MCU. My goal is to partition some of the variables in my code so that they cannot be accessed by accidental writes/overflow, an...
I am currently using the STM32F429ZI. The ARM Cortex M4 CPU contains an MPU, but I am having trouble configuring it from the STM32CUBEMX application. I have seen examples of other MCUs having their MPUs configured from the CUBE MX, but this option do...