• Importing CPP libs to CubeMX project

    Hi,

    I am trying to import .cpp  file to stm32f103c8 CubeMX project. I have a CPP file I want to import to keil. How can I compile CPP and C files at the same time on Keil. Can I do that?

    I want to use the HAL library also I have one cpp file.  I couldn't…

  • Issues linking the startup file in a precompiled .lib

    Background

    On our company, we precompile our platform library into a .lib and provide these library to other developers.
    Till the day, we've used the default startup provided in the Standard Peripheral Library from ST.

    Goal

    We need to allow the user…