Skip to main content
SPLabs
Associate II
October 23, 2015
Question

STM32CubeMX very slow with STM23F7 Discovery project

  • October 23, 2015
  • 1 reply
  • 517 views
Posted on October 23, 2015 at 23:11

Hello,

I have set up a project in CubeMX (lastest version) and is working fine.

The only very annoying problem is that the user interface is very very slow, especially the pinout tab. If i click to show the dropdown menu on a pin i have to wait 15-20 seconds before it appear!!

With other microcontrollers I tried, like F0 or F3, it's ok

Any suggestions on how to solve?

I'm on a i7 2.3ghz, 16gb ram, Windows 7.
    This topic has been closed for replies.

    1 reply

    SPLabs
    SPLabsAuthor
    Associate II
    October 24, 2015
    Posted on October 24, 2015 at 23:36

    After hours of digging i've found that running it with this command solves the problem.

    java -jar -Dsun.java2d.d3d=false STM32CubeMX.exe

    Enojy