2022-03-08 08:52 AM
condition 1. Start the STM32CubeIDE directly by mouse.(in windows 10 os)
condition 2. Open the CubeMX software. Choose one project & click Code Generation. And wait for it finished then Click "open project" button. then the Stm32CubeIDE A.K.A eclipse Start.
Condition2 the IDE look far more comfortable. Why? I want to get the same performance in condition 1. Any one can help me? Thanks a lot.above is condition 1: open IDE with mouse.
above is condition 2: open IDE with CubeMX
Solved! Go to Solution.
2022-03-08 06:36 PM
I solved this problem. In stm32cubeIde.ini file:
-vm
xxxxxxxxxxxxxxxxxxxxxxxx
above is the original set, modify it by:
[the path of jre in cubeMX]/bin/javaw.exe
perfect!
2022-03-08 12:37 PM
Hmm... it's a far shot but CubeMX is a java app and has some java ini files in its program directory.
Could CubeIDE use these ini files instead of its own?
2022-03-08 06:18 PM
I understand ur opinion. but how to achieve it
2022-03-08 06:36 PM
I solved this problem. In stm32cubeIde.ini file:
-vm
xxxxxxxxxxxxxxxxxxxxxxxx
above is the original set, modify it by:
[the path of jre in cubeMX]/bin/javaw.exe
perfect!