2017-04-06 04:36 AM
Hi,
I have a STM32F303 Nucleo-144 Development Kit and struggling to figure out which IDE to use. This is first project with Cortex-M micro-controller and I have a few queries:
* If somebody who is aware of the software ecosystem can give some insights then it will be very helpful.
* Is there a free IDE available?
* STM32 Cube is only a GUI utility to generate configuration files that can be used along with other IDEs. Am I correct?
Regards, Pj
#ide #newbie #nucleo-f303Solved! Go to Solution.
2017-04-06 05:22 AM
Hi
pj0585
,Welcome to STM32 community
* If somebodywho is aware of the software ecosystem can give some insights then it will be very helpful.
* Is therea free IDE available?
* STM32 Cube is only a GUI utility to generate configurationfiles that can be used along with other IDEs. Am I correct?
I'd highly recommend you to have a look to these two documents,
they provide guidelines to novice users on how to build and run a sample application and to create and build their own application around the STM32 Nucleo board.
Also I recommend you to download the
which is a graphical software configuration tool that allows generating C initialization code using graphical wizards.A set of ready examples using
STM32F303 Nucleo-144 Development Kit is offered by
firmware package :
STM32Cube_FW_F3_V1.7.0\Projects\STM32F303ZE-Nucleo\Examples-Nesrine-
2017-04-06 05:22 AM
Hi
pj0585
,Welcome to STM32 community
* If somebodywho is aware of the software ecosystem can give some insights then it will be very helpful.
* Is therea free IDE available?
* STM32 Cube is only a GUI utility to generate configurationfiles that can be used along with other IDEs. Am I correct?
I'd highly recommend you to have a look to these two documents,
they provide guidelines to novice users on how to build and run a sample application and to create and build their own application around the STM32 Nucleo board.
Also I recommend you to download the
which is a graphical software configuration tool that allows generating C initialization code using graphical wizards.A set of ready examples using
STM32F303 Nucleo-144 Development Kit is offered by
firmware package :
STM32Cube_FW_F3_V1.7.0\Projects\STM32F303ZE-Nucleo\Examples-Nesrine-
2017-04-06 05:36 AM
Pick one you like, and read the documentation. IDE choice is mostly about personally liking a specific look/feel.
If you want professional tools and support, you usually have to pay for them. Free tools come with the expectation that you can support yourself, solve your own problems, and read the documentation alone.
2017-04-10 11:22 PM
Thanks
ELMHIRI.Syrine
andTurvey.Clive.002
for your inputs.2017-08-24 01:54 PM
J.Prasant
I know it's a little late but you should check the following resource
http://gnuarmeclipse.sourceforge.net/
. There you will find everythingyou need to get your IDE and toolchain using only free and open source resources. Following those instructions, you will end up with a full IDE based solution and working examples to start working right away in your ST micros. Without paying a cent or having to download trial or limited versions of any software or IDE.You'll have Eclipse as the IDE, GNU ARM GCC as your compiler, Segger JLink software and plug-in for eclipse to debugyour board using the onboard JLink from the NUCLEO boards and the CMSIS Packs. You can then install
http://www.st.com/en/development-tools/stsw-stm32html
and then download the STM32CubeF3 from inside STM32CubeMX.Regards.
Manuel Malagon
2017-10-27 08:35 AM
Hi
Malagon.Manuel
Were you able to generate an eclipse project using the cube plugin?
Thanks,
Evgeny