2014-02-24 04:03 AM
Hello!
I see the Stm32Cube software. This is very useful and great software. Is there any chance to implement CoIDE project support? Thanlks #stm32-coocox-coide-cube2014-02-24 11:54 PM
If I remember correctly, the Coocox/CoIDE page is hosted in China, and for sure not an ST spin-off.
So a good place to ask your question would be the Coocox forum, which is quite responsive (at least was about a year ago - but spam-ridden, too).2014-02-25 03:03 AM
I tried to install STM32Cube SW, it doesn't work because JRE 1.7 is not detected properly (the newest Java JRE IS installed). An uninstall does not work either.
(Win7 Pro 64bit System). Werner2014-02-25 04:52 AM
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2014-02-26 12:36 AM
Thank you, an uninstall / reinstall of Java did it.
Werner2014-02-26 11:06 PM
Coocox IDE won't be directly supported by STM32CubeMX but we plan to add support for generic Eclipse+GCC IDE (and Coocox is one of them).
In the mean time, you can generate for Atollic, take all the generated files (assembly and C code) and import them into your Coocox project. You will still have to configure in Coocox the target MCU and maybe some Define and Include paths. Regards Daniel