Browse By Tags

  • How can I build my custom bootloader with stm32f103

    Hi everyone,

    I have 2 stm32f103 development board. I did usart communication with board(15 byte). I want to make a my custom bootloader with my one development board. And I try to boot with hex file other development board. Anyone have any idea?

    Stay…

  • 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…