Skip to content

mbed-ce-libraries-examples/Custom_Bluepill

Repository files navigation

Bluepill - Hello world example

This example demonstrate how to run Bluepill as custom target under MbedCE stm32f103c8t6_pinout_voltage01

How to start

This guide assumes you are familiar with the MbedCE build system, if not, please visit https://github.com/mbed-ce/mbed-os/wiki

  1. Open OS Command line and navigate to your workspace, for exampe C:\MbedCE_projects\
  2. 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
  3. 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).
  4. Build the project

Notes

  1. project is set for Baremetal profile
  2. default baud rate for the console is 115200

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published