cancel
Showing results for 
Search instead for 
Did you mean: 

Where to get CoIDE

anton23
Associate II
Posted on October 22, 2016 at 20:25

It's strange but http://www.coocox.org/ do not work. Maybe there is a site from which this distribution can be downloaded? Besides http://www.coocox.org/. Thanks.

2 REPLIES 2
mckenney
Senior
Posted on October 25, 2016 at 14:20

The Coocox people seem to have disappeared about a year ago. I've visited a few times since then, but the site looked like a ghost town -- filled with spam and dead links. I'm not too surprised that someone finally pulled the plug.

It's a bit odd that ST still mentions CoIDE, even on its newer product Web pages.

I've been using OpenSTM32 (AC6).
troy1818
Senior
Posted on October 26, 2016 at 11:21

I think many vendors are getting their own solutions, making coIDE obsolete.

Also, you do not really need it, the tool will just add to the compexity. For linux, just download the CMSIS for the MCU in question, get hold of the link file and the core headers, create a basic makefile and then -> make.

See this link as an example (stm32f7):

https://github.com/Staringlizard/memwa2

As a debugger, just use gdb together with this:

https://github.com/texane/stlink