This example demonstrate how to run Bluepill as custom target under MbedCE
This guide assumes you are familiar with the MbedCE build system, if not, please visit https://github.com/mbed-ce/mbed-os/wiki
- Open OS Command line and navigate to your workspace, for exampe
C:\MbedCE_projects\
- Into Command line type
git clone --recursive https://github.com/mbed-ce-libraries-examples/Custom_Bluepill.git HerePlaceMyProjectName
- and for MbedOS update to latest type
cd HerePlaceMyProjectName && git submodule update --remote mbed-os
- On the last line of cmake-variants.yaml file set your upload method. Default is NONE = it generates just .bin file. Optimal for external loaders like DFU method and so on (I personaly prefer STM32CUBE).
- Build the project
- project is set for Baremetal profile
- default baud rate for the console is 115200