#
stm32f0
Here are 80 public repositories matching this topic...
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
-
Updated
Aug 7, 2021 - C
ARM Cortex-M IO library C++
-
Updated
Jan 31, 2021 - 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
A cross-platform set of examples for the stm32 line of mcus
-
Updated
Jan 12, 2020 - C
This library enables you to use Interrupt from Hardware Timers on an STM32-based board. These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
device
control
hardware
timer
timing
stm32
accuracy
stm32f4
stm32f0
isr
non-blocking
interrupt
stm32f3
stm32f7
stm32f1
precise
mission-critical
nucleo-f767zi
hardware-timers
nucleo-144
-
Updated
Aug 3, 2021 - C++
A small board for developing small microcontroller projects
-
Updated
Feb 10, 2021
Firmware for the OhmTech Air-Quality USB sensor dongle
-
Updated
May 19, 2021 - 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
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
Source code for various biomedical sensors on STM32
-
Updated
Aug 31, 2020 - 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
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).