cancel
Showing results for 
Search instead for 
Did you mean: 

Firmware development tools for STM8L

ashelke
Associate
Posted on February 04, 2016 at 08:31

Hi,

I would like to know which tools can be used like compiler, IDEs for developing firmware for STM8L micro controller. 

#compilers #development-tools
2 REPLIES 2
pkumar1883
Associate II
Posted on February 06, 2016 at 10:42

Hi,

You can use STVD with Cosmic or Raisonance compilers. As I recall these are free upto 32KB size.

See the link

http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/user_manual/CD00283975.pdf

/*Please

mark helpfull

 if this post helps you or solves your problem.*/

/**disclaimer**/

/* I am not a person from ST Technical Support Team. So please verify/test any support/suggestion at your end.*/

/* This post is only for general support purpose and free of any charge.If you need any personal support for your work please contact at 

embeddeddesign.help@gmail.com

*/

Philipp Krause
Senior II
Posted on February 06, 2016 at 19:16

You can use the C compiler SDCC with whatever IDE you like. NetBeans and Code::Blocks seem to be popular lately.

Philipp