#
stm32f0
Here are 88 public repositories matching this topic...
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
-
Updated
Apr 9, 2022 - 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
ARM Cortex-M IO library C++
-
Updated
Jan 31, 2021 - C++
A cross-platform set of examples for the stm32 line of mcus
-
Updated
Jan 12, 2020 - C
Open source 40% ortholinear keyboard PCB powered by STM32F072
-
Updated
Jul 20, 2020
Firmware for the OhmTech Air-Quality USB sensor dongle
-
Updated
May 19, 2021 - C
A small board for developing small microcontroller projects
-
Updated
Feb 10, 2021
Библиотека для работы с резистивным тачскрином на контроллере XPT2046 по SPI через HAL для STM32
stm32
touchscreen
stm32f4
stm32f0
stm32cubemx
stm32f3
stm32f103
stm32f103c8t6
stm32f1
stm32f2
xpt2046
stm32f411
stm32hal
stm32f446
-
Updated
Apr 4, 2020 - C
firmware for UPS Txx , TrueStudio project
-
Updated
Apr 24, 2019 - C
This repo contains a bootloader with fail-safe design. This is tiny bootloader which can run on arm device like STM32F0
-
Updated
Dec 3, 2019 - C
Source code for various biomedical sensors on STM32
-
Updated
Aug 31, 2020 - 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
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).