2014-05-21 11:43 PM
Hi all,
Can anyone suggest of free IDE for the STM32L100R8T6? I tried CooCox but it doesn't support STM32L100R8T6. Thanks.2014-05-22 12:28 AM
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.2014-05-22 01:28 AM
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).2014-05-22 02:22 AM
Thanks. i am afraid my code will be larger then 32kb.
2014-05-22 05:04 AM
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-ins2014-07-06 09:52 AM
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.