cancel
Showing results for 
Search instead for 
Did you mean: 

stm32cube plugin for qtcreator

theedge456
Associate
Posted on May 03, 2014 at 13:19

Hello,

I think I have a problem similar to the one described in the post ''STM32CubeMX as Eclipse plugin on Linux 64 machine''.

As I'm really reluctant to use eclipse, I would like to know if a plugin for Qtcreator is planned ?

-

Fabien

#stm32cube
2 REPLIES 2
stm32cube-t
Senior III
Posted on May 09, 2014 at 13:47

Hello Fabien,

There is no such support plan so far. I will forward your request.

Thanks for your post.

Mohammad A
Senior
Posted on March 31, 2017 at 16:33

Although it's too late to reply, I will just put an answer here for those who may visit this question:

you may easily use QtCreator.

Just generate the code for System Workbench and then put these CMake files in there :

https://github.com/nixmd/STM32CubeMX_cmake

 

Then run QtCreator and open project and choose CMakeList.txt

That's all.

You can also configure Qtcreator to be used for debugging and running the code. Checkout this page:

http://brightened.ir/post/deploy-stm32-on-qtcreator/

Just don't use the makefile suggested to be used there. Use CMake script mentioned above.