Converting to C++ or EC++? Posted by spectrem12 on 2016-03-18 17:23 When creating a project in CubeMX and importing to System Workbench, are you able to convert to EC++ vs standard C++?
Posted by dautrevaux on 2016-03-18 17:55 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)