MPU_Config(void) instead of MX_GPIO_init(void)
Hello,
I am working on STM32H743VIT6 MCU. when I generate the code, I get MPU_Config(void) function instead of MX_GPIO_init(void) with no GPIO configuration. How can I fix this?
Thank you in advance
Hello,
I am working on STM32H743VIT6 MCU. when I generate the code, I get MPU_Config(void) function instead of MX_GPIO_init(void) with no GPIO configuration. How can I fix this?
Thank you in advance
Salam
For this cortex-M7 device, it is recommended to preconfigure the MPU. So, on the last versions of CubeMX when you select this MCU and a few other cortex-M7 MCUs and Click on start project you will receive this message:

Clicking Yes will generate a configuration of the MPU on the function MPU_Config(void). If you don't want, you just have to answer No to this message.
Best Regards.
STTwo-32
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.