Skip to main content
allard
Senior
February 4, 2021
Solved

Can't create MDK-ARM project for STM32L011F4U

  • February 4, 2021
  • 2 replies
  • 1174 views

Cube version: 6.1.1

Java: Oracle SE 15.0.2 (64bit)

Toolchain: MDK-ARM V5

Part: STM32L011F4U

When I create an empty project and press generate, the generation fails. First I get a empty dialog screen:

0693W000007Du3eQAC.pngAnd then an error:

0693W000007Du4NQAS.pngIs this a bug?

This topic has been closed for replies.
Best answer by Khouloud ZEMMELI

Hello @allard​ ,

Thank you for your question,

In fact, The minimum JRE version required by CubeMX is 1.8_45 and the version 11 is supported. For the versions 7, 9, 10, 12 and upper are not supported (which is your case).

So you need to change your JRE version first, then problem will disappear.

Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster, Khouloud

2 replies

Khouloud ZEMMELI
Khouloud ZEMMELIBest answer
ST Employee
February 4, 2021

Hello @allard​ ,

Thank you for your question,

In fact, The minimum JRE version required by CubeMX is 1.8_45 and the version 11 is supported. For the versions 7, 9, 10, 12 and upper are not supported (which is your case).

So you need to change your JRE version first, then problem will disappear.

Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster, Khouloud

allard
allardAuthor
Senior
February 4, 2021

The Amazon JRE v11 seems to work. Java is dead with all these different versions, please port the application to a proper language.