Skip to main content
Bilge
Associate III
October 17, 2018
Question

STM32H7 CUBEMX +CORTEX_M7 configuration

  • October 17, 2018
  • 2 replies
  • 906 views

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

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
October 17, 2018

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Nawres GHARBI
Technical Moderator
October 25, 2018

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