Import STM32CubeMX code generated in Eclipse

I am trying to set up an STM32CubeMX project to import into Eclipse using the ARM GCC compiler.

Still:

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

+3


source to share


2 answers


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



It has an Eclipse plugin that might suit your requirement.

+1


source


There is an Eclipse plugin available from ST that generates a source for GCC (or go to st.com and search for CubeMx).



Download the zip file and install in Eclipse as a plugin. (Download the user manual for StCube - it describes how to do this.)

-1


source







All Articles