cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX very slow with STM23F7 Discovery project

SPLabs
Associate II
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.
1 REPLY 1
SPLabs
Associate II
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