Skip to main content
Prasant J
Associate III
April 6, 2017
Solved

STM32F303 Nucleo-144: which IDE to use for Development?

  • April 6, 2017
  • 4 replies
  • 1272 views
Posted on April 06, 2017 at 13:36

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-f303
    This topic has been closed for replies.
    Best answer by Nesrine M_O
    Posted on April 06, 2017 at 14:22

    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?

    -Nesrine-

    4 replies

    Nesrine M_O
    Nesrine M_OBest answer
    Associate
    April 6, 2017
    Posted on April 06, 2017 at 14:22

    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?

    -Nesrine-

    Tesla DeLorean
    Guru
    April 6, 2017
    Posted on April 06, 2017 at 14:36

    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.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Prasant J
    Prasant JAuthor
    Associate III
    April 11, 2017
    Posted on April 11, 2017 at 08:22

    Thanks

    ELMHIRI.Syrine

    ‌ and

    Turvey.Clive.002

    ‌ for your inputs.

    m4l490n
    Associate III
    August 24, 2017
    Posted on August 24, 2017 at 22:54

    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

    Evgeny Erlihman
    Associate III
    October 27, 2017
    Posted on October 27, 2017 at 15:35

    Hi

    Malagon.Manuel

    Were you able to generate an eclipse project using the cube plugin?

    Thanks,

    Evgeny