Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import STM32CubeMX code generated into Eclipse

I am trying to configure a STM32CubeMX project in order to import into Eclipse with the ARM GCC compiler.

Until now:

  1. I downloaded Eclipse.
  2. I downloaded STM32CubeMX.
  3. I downloaded the GCC ARM toolchain.
  4. I downloaded Cross Build Tools.
  5. I installed the ARM plugin for Eclipse.

But now I don't know how to continue. STM32CubeMX generates code for Keil, Iar and TrueStudio projects (I can remember that in order to import code in Eclipse I need to generate code for a TrueStudio project). How do I have to import the code generated in Eclipse?

like image 292
RdlP Avatar asked Apr 30 '26 16:04

RdlP


1 Answers

With the latest STM32Cube, it can generate toolchain code in SW4STM32.

It has an Eclipse plugin, which can meet your requirements.

like image 141
Tension Avatar answered May 02 '26 07:05

Tension