2017-02-06 02:00 AM
I would like to know if guys from ST are planning to support C++ in the next releases of the CubeMX? I know that you can port your project, but it's not hassle free operation, especially if you often regenerate your project through CubeMX (e.g. by adding some peripherals, changing configuration etc. etc.). I would really apprecciate it!
#support #cubemx #c++2017-02-06 02:31 AM
Hello
jeremi.wojcicki
,You request is reported internallyfor more investigation.
Your comments and suggestions are welcome to improve our solutions.
Best Regards
Imen
2018-01-18 06:25 AM
Hi
Wojcicki.Jeremi
,We do understand the need for you to generate C++project and this need is well known internally.
However, for the moment, with the success of STM32CubeMX, we have a lot of requests/suggestions to study andmanyimprovements to integrate.
And the C++ generation project item is not yet under study currently.
Sorry, for the inconvenience it may cause.
BR. Jeanne
2018-10-29 02:51 PM
Please understand that this really is an inconvenience! I urge ST to reconsider. The code that is generated does need a lot of cleaning to use it in a productive environment. Yet coding by hand is too time consuming and error prone.
2019-12-18 12:43 PM
Hi, I was looking for the solution to use CPP codes inside STM32CubeMX IDE . I came to an solution which I published on this small step by step tutorial .
Hope this would be helpful to others as well.
2020-04-03 11:51 AM
I'd be a volunteer to support C++ integration within FreeRTOS and LwIP. Please take this under study.
2021-07-16 06:39 AM
Heya,
Can you at leat support .cpp main file via an optionnal checkbox ?
It's anoying to rename main.cpp to main.c everytime i regenerate the config. (i use cubeMX main template)
It would be very simple to implement (if any main.c search for main.cpp and use it like if it was main.c).
That would be very convenient.
Best regards