2023-05-10 09:35 AM
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!
2023-05-11 02:07 AM
I think you must use stm32f4xx_hal_cortex.h and stm32f4xx_hal_cortex.c to manually configuration.