2015-10-23 02:11 PM
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 okAny suggestions on how to solve?I'm on a i7 2.3ghz, 16gb ram, Windows 7.2015-10-24 02:36 PM
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