cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure MPU for STM32F429ZI using CUBE MX?

CMora.1
Associate

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 does not seem to be available for this specific chip. Any tips would be greatly appreciated, thanks!

1 REPLY 1
Kamil Duljas
Senior III

I think you must use stm32f4xx_hal_cortex.h and stm32f4xx_hal_cortex.c to manually configuration.

Dudo