2013-02-12 03:04 PM
Hi All,
We are a new startup and have a proof-of-concept device going on a STM32 being coded in the Keil IDE. However, we are using their evaluation copy which only permits 32KB max program size and we have surpassed that. Previous to using Keil, we tried YARGATO and we were able to compile but when we loaded executable from Keil we were able to get it to work but not the case with YARGATO so we stuck with Keil. Well now we have outgrown it unless we buy a license which is out of our price range at the moment. What is everyone using to develop? Is there something free/open that we can use? We will soon be deving on the STM32W line and will be incorporating the SimpleMAC library. We would require that it be possible to use this library with a different toolchain. We would prefer an environment where we do not have to create our own startup code and low-level/assembly routines. Any recommendations? (P.S. We don't care if it runs on Windows, Linux, or Mac, but if we could choose we would go with Mac)Thanks in Advance, :)George #keil2013-02-15 01:41 PM
I am currently using CooCox CoIDE (
). It is Completely free and have a fairly decent debugger.2013-03-19 02:47 AM
Hello,
I used a
free
development environment
for microcontrollers
STM32F103
and
STM32F107
based on
Eclipse
,CodeSourcery
compiler
and
OpenOCD
,now I'm
trying to
use it to
STM32W
family
microprocessors
,specifically
for
evaluation boards
MB851
.
Everything
works well for
programs that use
only the
STM32W108xx_StdPeriph_Lib_V1.0.1
But I can not
make it work with
the library
SimpleMAC
Best Regards, Sergio2013-03-19 02:47 AM
STM32W and SimpleMAC Library
2013-03-19 09:15 AM