Skip to main content
Associate
November 27, 2024
Solved

CubeMX v6.12 generate wrong makefile project

  • November 27, 2024
  • 3 replies
  • 929 views

I use CubeMX + VSCode + arm-gcc + makefile to compile embedded programs. CubeMX v6.12 create wrong stm32fxxx_flash.ld file. Some words like "RAM" is lacked. And CubeMX v6.11 and CubeMX v6.10 is right.

Best answer by mƎALLEm

Hello @Soraka and welcome to the community,

Try the latest version 6.13 ..

 

3 replies

mƎALLEm
mƎALLEmBest answer
Technical Moderator
November 27, 2024

Hello @Soraka and welcome to the community,

Try the latest version 6.13 ..

 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
SorakaAuthor
Associate
November 27, 2024

Thanks. I saw related answer in STM32CubeMX errata 6.12.x.

mƎALLEm
Technical Moderator
November 27, 2024

Did you test 6.13 and check if the behavior still there?

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Andrew Neil
Super User
November 27, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
toroid
Explorer II
December 18, 2024

Had the same problem with a project using H7 series. I can confirm that updating CubeMX from 6.12 to 6.13 fixed the issue.