stm32h7
There are 122 repositories under stm32h7 topic.
stm32duino/Arduino_Core_STM32
STM32 core support for Arduino
STMicroelectronics/STM32CubeH7
STM32Cube MCU Full Package for the STM32H7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
STMicroelectronics/stm32ai-modelzoo
AI Model Zoo for STM32 devices
Paciente8159/uCNC
µCNC - Universal CNC firmware for microcontrollers
STMicroelectronics/x-cube-azrtos-h7
X-CUBE-AZRTOS-H7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32H7 series of microcontrollers.
PX4/NuttX
Standard NuttX with current PX4 patches
STMicroelectronics/stm32h7xx-hal-driver
Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.
MaJerle/stm32h7-dual-core-inter-cpu-async-communication
Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices
KimJorgensen/KungFuFlash2
Cartridge for the Commodore 64 that packs a punch
mcauser/MCUDEV_DEVEBOX_H7XX_M
MicroPython board definition for the MCUDev DevEBox STM32H7XX_M boards
STMicroelectronics/stm32ai-modelzoo-services
AI Model Zoo services for STM32 devices
STM32-base/STM32-base-STM32Cube
All CMSIS and HAL code for the STM32 microcontrollers bundled together in one repository.
EEESlab/CMix-NN
CMix-NN: Mixed Low-Precision CNN Library for Memory-Constrained Edge Devices
STM32-base/STM32-base.github.io
Github Pages for the STM32-base project.
khoih-prog/FlashStorage_STM32
The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is also supported now. Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.
STMicroelectronics/stm32ai-tao
Nvidia TAO (Train, Adapt, Optimize) with STM32Cube.AI Developer Cloud
khoih-prog/STM32_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 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.
AnielShri/STM32H745_Ethernet
Ethernet on STM32H745 using FreeRTOS and LWIP
elzoughby/STM32H7xx-Startup
An independent, easy to read Startup Code written in "C" for STM32H743xx microcontrollers
yildi1337/DAQv2
A Dual-Channel, 24-Bit, 256 kS/s Real-Time Hi-Speed USB 2.0 Data Acquisition (DAQ) Device based on STM32H7
alexeykosinov/Redirect-printf-to-USB-VCP-on-STM32H7-MCU
Enable printf() function to work with USB Virtual COM Port (STM32H743ZI)
kwarc93/audio-multieffect
Guitar multi effect running on STM32F746-DISCO board
suburbanembedded/hadoucan-fw
Firmware for SM-1301 USB-CAN FD adapter
bakhshipoor/STM32H7-W25Q128-External-Loader
W25Q128 External Loader for STM32H7
STMicroelectronics/x-cube-webcam
This is an STM32 expansion software to manage USB Video device Class (UVC). It also provides UVC camera application examples.
snail23/ironpedal
Guitar pedal firmware for Daisy Seed+Terrarrium boards
zjm1060/stm32h7_flashloader
QSPI flashloader(25q128)
4ms/mdrivlib
Embedded driver library using modern C++. Currently supports STM32MP1, STM32H7, STM32F7, STM32F4 and STM32F0
EEESlab/CMSIS_NN-INTQ
INT-Q Extension of the CMSIS-NN library for ARM Cortex-M target
ktulgar/Learning-STM32
In this repository i publish projects-exercises that i made during progress of learning STM32
tgree/psdb
Python flasher and gdb server for various ARM debug probes.
khoih-prog/Portenta_H7_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32H7-based Portenta_H7 board. 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. These 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 necessary if you need to measure some data requiring better accuracy
lvgl/lv_port_stm32h7b3i_disco
This repository contains the Light and Versatile Graphics Library (LVGL) port for the STM32H7B3I-DK development board.
saschagrunert/stm32h7-rs
Rust on STM32H7 Microcontrollers
STMicroelectronics/stm32ai-perf
MLPerf (tm) Tiny Deep Learning Benchmarks for STM32 devices