30 open-source projects similar to bootsector/stm32-hid-bootloader, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Stm32 Hid Bootloader alternative.
Customizable Bootloader for STM32 microcontrollers. This project includes demonstrations for various hardware how to perform in-application-programming of a firmware located on external SD card with FAT32 file system.
The dapboot project is an open-source USB Device Firmware Upgrade (DFU) bootloader for STM32 devices.
Got my STM32F4DISCOVERY board today from digikey. I didnt know there was a cortex-m with an fpu so I wanted to try it out. Cost about $20, they are giving these things away you might as well get one.
rustlink is a set of tools to program STM32 devices: - rst-info: device information tool - rst-flash: programmer and flash manipulation tool
This project contains the source code of an STM32F334C8T6 based DC-DC converter. The converter can operate in buck, boost and buck-boost (mixed) mode using high resolution timers (HRTIM) and is controlled by a PI controller. The input and output voltages are measured by ADC where the ADC trigger…
This project contains the source code of an nRF24L01+ and Blue Pill (STM32F103C8T6) based RF scanner. The Blue Pill scans frequencies from 2.400GHz to 2.525GHz (1MHz resolution) with nRF24L01+ and plots the activity on each frequency through UART.
Embedded Systems Playground This repo contains all my trials and tribulations with Embedded Systems. It contains learning materials, practice sessions, and all the labs I've completed independently (no-credits/for-fun).
Tiny peripheral library for STM8. This library was developed as a supplement to a series of blog posts while I was experimenting with STM8 microcontrollers. Tested with SDCC compiler only.
Serial bootloader for STM8S and STM8L microcontrollers. A detailed write-up on this bootloader is posted here.
Implementation of a Round-Robin schedular and generic compilation environment for TM4C123GH6PM. The build system presented here has the minimal possible set of files to get started with TM4C123GH6PM (ARM Cortex M4) the TIVA C Launchpad board by Texas Instruments. The code was tested on Ubuntu…
rBoot - An open source boot loader for the ESP8266 by Richard A Burton, richardaburton@gmail.com http://richard.burtons.org/
Date: 2017-Week-38 Status: Working
Sming is an asynchronous embedded C++ framework with superb performance and multiple network features. Sming is open source, modular and supports multiple architectures including ESP8266, ESP32 and Raspberry Pi Pico (both RP2040 and RP2350).
#STM32F0-Discovery Application Template This package is for use when compiling programs for STM32F05xx ARM microcontrollers using arm-none-eabi-gcc (I'm using the Code Sourcery G++:Lite Edition toolchain). The Makefile in the main directory will call the Make file in the Libraries directory,…
This is a collection of things I have done pertaining to the STM32F103 microcontroller. I program using the C language and Makefiles, so this is a collection of "on the bare metal" style stuff. By and large it is the record of my education on these devices.
A demo project of FreeRTOS running on a STM32F4 Discovery board.
GitHub地址:https://github.com/xuhongv/StudyInEsp8266 - 国内码市地址:https://gitee.com/xuhongv/StudyInEsp8266