Loading...
 
Skip to main content

System Workbench for STM32


Converting to C++ or EC++?

France

Hi,

EC++ is just a restricted C++, that is currently not supported as a separate language neither by System Workbench for STM32 nor by GCC, which is the compiler provided with System Workbench for STM32.

This said, if your programs are EC++-compliant, they should compile without error under System Workbench for STM32; I can't ensure you that the code generated by CubeMX or the HAL libraries are EC++-compliant, or even EC-compliant as they are writtent in C, but there should be tools that can check them for compliance.

Bernard (Ac6)