Solved
How to integrate CPP code into STM32CubeIDE C project?
I have STM32CubeIDE C project already running for an application.
I am planning to integrate a GIT submodule (CPP code) for proprietary communication.
Is it possible to add the CPP module into existing C project and run?
Please assist.