cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 CUBEMX +CORTEX_M7 configuration

Bilge
Associate III

How can I set CPU and MPU parameter in CORTEX_M7 for ethernet communication?

2 REPLIES 2

Not sure there's a vast array of CubeMX pro's here.

For the MPU settings, it will depend on the memories involved in the buffering, etc.

Review MPU_Config() example here

STM32Cube_FW_H7_V1.3.0\Projects\STM32H743ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS\Src\main.c

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Nawres GHARBI
ST Employee

Hi bilge.kara1571.5359790493932312E12,

you can set thses parameters under CortexM7 configuration UI.

1- Open the configuration window through the CubeMX configuration tab

2- Set MPU control mode to your needed mode (regions configuration appears now)

3- Fill the needed regions by your configuration.

If you need a configuration example, please have a look on the FW applications