cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L100R8T6 free ide

eran2
Associate II
Posted on May 22, 2014 at 08:43

Hi all,

Can anyone suggest of free IDE for the STM32L100R8T6?

I tried CooCox but it doesn't support STM32L100R8T6.

Thanks.
5 REPLIES 5
sdim
Associate III
Posted on May 22, 2014 at 09:28

Keil μvision 5 has a free version.

The only limit is the code size (32KB). 32KB is enough for simple projects. If your projects are slightly larger than 32KB, you may decrease the size by removing all the unused functions from the libraries source code.

It supports STM32L100R8.

chen
Associate II
Posted on May 22, 2014 at 10:28

Hi

The 2 other commercial vendors also have free versions :

IAR (also code size limited to 32K):

http://www.iar.com/Service-Center/Downloads/

Atollic (the Lite version is limit to 32K on Cortex M3/4, 8K on Cortex M0)

http://www.atollic.com/index.php/download

Another freeware IDE is emBlocks

http://www.emblocks.org/web/downloads-main

I do not advocate any one in particular, just making you aware of the other choices.

Personally, I HATE Eclipse - so would avoid CooCox and Atollic.

IAR does not have the best editor BUT (from my experience) has the best debugger.

Have not used emBlocks (yet).

eran2
Associate II
Posted on May 22, 2014 at 11:22

Thanks. i am afraid my code will be larger then 32kb.

chen
Associate II
Posted on May 22, 2014 at 14:04

http://en.wikipedia.org/wiki/List_of_ARM_Cortex-M_development_tools

I think your choices are down to  :

emBlocks

emIDE

GNU ARM Eclipse Plug-ins

olavi
Associate III
Posted on July 06, 2014 at 18:52

From those 3 alternatives (and even with additional alternatives),

EmBlocs.org

is the best.  With version 2.10, all relevant functionality is available for large number of boards and processors.

The support for STM32xxx boards is very strong.