Skip to main content
Associate
March 10, 2025
Question

Support for MDK-ARM version 6.6 in STM32CubeMx

  • March 10, 2025
  • 4 replies
  • 972 views

Hi Team,

Please help add support for MDK-ARM version 6.22. Currently highest selectable Min Version is V5.32

SupriyaChakilam_0-1741586289851.png

Thanks in advance.

4 replies

jumman_JHINGA
Senior III
March 10, 2025

no issue .... you can generate your project in 5.32 and you can open it in the higher version of MDK-ARM

Associate
March 10, 2025

When I generate a project using 5.32 version and compile it in Keil IDE. I am getting errors as below. Attached a document which has the errors.

SupriyaChakilam_0-1741587805520.png

SupriyaChakilam_2-1741587978687.png

 

jumman_JHINGA
Senior III
March 10, 2025

in the code generation select ARM Compiler option as "Use Default Compiler version 5". after doing this if you'll get same errors then you need to download version 5 compiler from keil website.

Associate
March 10, 2025

I can compile using version 5, but I need help building an example for compiler version 6.

Associate
March 12, 2025

Any update on my query?

I can compile using version 5, but I need help building an example for compiler version 6.

jumman_JHINGA
Senior III
May 5, 2025

hii @SupriyaChakilam , sorry for late replay.. This artical converting-keil5-project-to-keil6 might help you to do your task. it is explained for TouchGFX but you can ignore TouchGFX related steps and focus on keil compiler settings.