#
stm32f0
Here are 72 public repositories matching this topic...
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
-
Updated
Aug 4, 2020 - C
ARM Cortex-M IO library C++
-
Updated
Oct 27, 2019 - C++
A cross-platform set of examples for the stm32 line of mcus
-
Updated
Jan 12, 2020 - C
uBasic Plus for microcontrollers adds features to uBasic such as arrays and floating point numbers, more functions and ability to control hardware (analog read/write,digital write, et c.) all while improving internal workings of the interpreter. It is centered around ARM Cortex M0 processors.
-
Updated
Mar 17, 2018 - C
firmware for UPS Txx , TrueStudio project
-
Updated
Apr 24, 2019 - C
Arduino-compatible ARM Cortex-M kits, with ULP option
cortex-m
stm32
cortex-m4
stm32f0
cortex-m3
stm32f3
open-source-hardware
cortex-m0
oshw
low-power
cortex-m4f
stm32f1
arduino-form-factor
-
Updated
Dec 21, 2017
A small board for developing small microcontroller projects
-
Updated
Jun 14, 2020
Firmware for the OhmTech Air-Quality USB sensor dongle
-
Updated
Mar 30, 2020 - C
Библиотека для работы с резистивным тачскрином на контроллере XPT2046 по SPI через HAL для STM32
stm32
touchscreen
stm32f4
stm32f0
stm32cubemx
stm32f3
stm32f103
stm32f103c8t6
stm32f1
stm32f2
xpt2046
stm32f411
stm32hal
stm32f446
-
Updated
Apr 4, 2020 - C
Open source 40% ortholinear keyboard PCB powered by STM32F072
-
Updated
Jul 20, 2020
A template for using STM32F0 series devices with the STM32-base project.
-
Updated
Mar 8, 2019 - C
Improve this page
Add a description, image, and links to the stm32f0 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stm32f0 topic, visit your repo's landing page and select "manage topics."
Most, if not all, devices in the STM32 family support flashing via a serial connection. Flashing over serial is also suported by the texane/stlink tool.
Flashing over serial works by starting the device in its bootloader mode and connecting it to a PC via an USB to serial converter. For the Blue Pill, connect converter TxD to board RxD (PA10) and connect converter RxD to board TxD (PA9).