Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32H743_Nucleo_ETH example causes a "CORTEX_M7"-Warning in STM32CubeIDE 1.10.1 #2

Open
JumpingCatRabbit opened this issue Oct 17, 2022 · 2 comments

Comments

@JumpingCatRabbit
Copy link

Hello!

Versions

  • STM32CubeIDE 1.10.1
  • STM32Cube MCU Package for STM32H7 Series 1.10.0

Problem

I tried to compile the STM32H743_Nucleo_ETH example but it causes an warning during code Generation:

image

In the IOC-Editor it shows up as green without any issues:

image

How to reproduce

  1. Import the project into eclipse

  2. Change the LWIP-IP to force generation of source files

  3. Have a look at the popup

Misc

The project was not automatically migrated.

Thank you!

@ABESTM
Copy link
Contributor

ABESTM commented Oct 17, 2022

Hello @JumpingCatRabbit,

thank you for the feedback. Unfortunately this seems to be a bug in STM32CubeMX. I already reported internally.

It is caused by using default configuration of the MPU during project creation, which is recommended. However configuring additional MPU regions on top of the default one seems to trigger this warning.
Selecting "yes" and ignoring the warning should generated the code and the project should work. Please let me know if you observe some other issues related to this.

Best regards,
Adam Berlinger

@JumpingCatRabbit
Copy link
Author

Can confirm! Implementation works just fine when ignoring the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants