Loading...
 
Skip to main content

System Workbench for STM32


C++ programing when generating from CubeMX

Dora
Research on the internet - Calling C functions from C++ code.
This sounds like its your problem.
You need to wrap your C function declarations in:
extern "C" ;