F
F
frontjss2018-08-08 11:50:00
IDE
frontjss, 2018-08-08 11:50:00

What IDE to use for stm32?

Operating system: MacOS Sierra

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Sakhno, 2018-08-08
@Punk_Joker

Eclipse + GNU ARM Tollchain

V
Vi Vola, 2018-08-11
@hakain

Personally, I don't use an IDE at all.
I decided for myself that there are no normal environments for STM32.
In my blog , I described for myself in the form of a memo how to deploy a workspace under Linux, I think you can do the same on Windows.
In short, then:
1. I generate a basic project with peripheral initialization in STM32CubeMX
2. I write the code in Sublime
3. I compile with the arm-none-eabi-gcc compiler
4. Well, I flash it with the st-link utility

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question