cancel
Showing results for 
Search instead for 
Did you mean: 

Open source tools for the STM32

lanchon
Associate III
Posted on September 19, 2009 at 01:43

Open source tools for the STM32

66 REPLIES 66
mva
Associate II
Posted on May 17, 2011 at 12:17

Also found this but didn't try it yet:

http://opensource.zylin.com/gccbinary.html

tiago2
Associate
Posted on May 17, 2011 at 12:17

Does anyone have examples on how to setup an working toolchain?

And with sources for the lib files and whatever is needed?

Posted on May 17, 2011 at 12:17

Hello,

since a view day i use following configuration

* eclipse helios

* GNU ARM Eclipse Plug-in (http://sourceforge.net/projects/gnuarmeclipse)

* codesourcery g++ lite

* startup file from std periph. lib (atollic)

* linker script from an Atollic Project with the Atollic Truestudio Free Version produced

* ST-LINK gdbserver from the Atollic Truestudio Free Version

Greetings,

Lukas
stm32forum
Associate II
Posted on August 30, 2011 at 15:08

Lukas, some hints how you did that and like to share with us.

munk2k
Associate II
Posted on August 30, 2011 at 15:36

Hi all,

I also had this predicament a few months ago, how to get a tool-chain setup to write to the STM32 without investing in an expensive IDE and a j-tag.

The solution i came to, and am still using is to use the codesourcery compiler on eclipse. Then a serial bootloader to load it onto the stm32. Eclipse is all set up to create its own makefile so its frankly a doddle to compile and write code. Also its easy to change the compiler flags within eclipse without having to know a large amount about the compiler itself. (which i dont..)

I currently have no way of doing code stepping but once you set up USART it makes debugging much much easier. 

I am using Linux to run all of this but im 90% sure that its all portable to Windows as well, the only thing im not so sure about is the bootloader but the compiler and eclipse certainly work on windows.

I am aware of someone who is currently writing a very detailed and helpful ''walkthough'' on how to get this toolchain set up using only open source software. It was the draft of this that i used to set up my own machine.

I could post the completed version (with his permission) on here once its done and in the mean time i dont mind helping some people with the set-up if they wish.

Darren.

infoinfo988
Associate II
Posted on September 01, 2011 at 14:23

Hi,

Here is a guide from Omnima that outlines how GCC ARM can be used to develop on Linux and Mac OS X as well as Windows.

There is also a section documenting the steps on setting up a GDB server using the ST-Link SWD interface on the STM32VL-Discovery board and runs natively on Linux and Mac OS X.

SWD seems a much simpler protocol than JTAG in terms of connection to the target requiring only 3 wires and a direct 1-1 connection. All tools are fully open source, no code size limits, no popups.

The link to the PDF is

http://www.omnima.co.uk/forums/index.php?act=attach&type=post&id=147

.

pascal239955_stm1
Associate
Posted on October 02, 2011 at 18:21

ColdWeather
Senior
Posted on October 03, 2011 at 20:18

Take a look at

http://www.coocox.org/

.

Andrew Neil
Evangelist III
Posted on October 04, 2011 at 08:28

''Take a look at

http://www.coocox.org/

.''

Is that a recommendation based on experience, or are you just noting that it exists?
ColdWeather
Senior
Posted on October 04, 2011 at 23:17

That is not a recommendation but information to look at.

For instance, it is listed

http://www.energymicro.com/tools/third-party-ide-compiler

.