242 skills found · Page 4 of 9
lvgl / Lv Port Stm32h7b3i DiscoThis repository contains the Light and Versatile Graphics Library (LVGL) port for the STM32H7B3I-DK development board.
ktulgar / Learning STM32In this repository i publish projects-exercises that i made during progress of learning STM32
Peakors / STM32H750XBH6 Template基于反客STM32H750XBH6核心板(FK750M5-XBH6-SDRAM)的CLion + CubeMX + CMake + OpenOCD的外部Flash下载算法模板
tgree / PsdbPython flasher and gdb server for various ARM debug probes.
martinribelotta / H7 BootBootloader/monitor for stm32h7 systems
martindoff / Bare Metal Stm32h743 HILA Hardware-In-the-Loop (HIL) simulation example for the stm32h743 microcontroller. The chip is interfaced with Simulink running on a laptop via a serial link (UART). To demonstrate the HIL simulation capabilities, a case study is considered where a PID controller implemented on the chip is used to control a model of an aircraft in Simulink.
STMicroelectronics / Stm32ai PerfMLPerf (tm) Tiny Deep Learning Benchmarks for STM32 devices
khoih-prog / Portenta H7 TimerInterruptThis 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
saschagrunert / Stm32h7 RsRust on STM32H7 Microcontrollers
adailtonjn68 / STM32H7xx Inter Core Data ShareNo description available
dchwebb / PunckEurorack Drum Machine based on STM32H7 featuring kick, snare, hi hats, two sample playback engines, toms and claps.
kznLeaf / STM32H743 Dual ADC FFT Phase DiffSTM32H7 HAL库CubeMX+Keil 双重ADC模式同步采样并使用CMSIS-DSP库的FFT计算相位差
hiteshbhoyar03 / Flight Controller V2Open-source dual-mcu flight controller designed with Stm32H7, featuring full sensor integration (IMU, GPS,baro, mag ), PWM protocol support , and UAV interfaces . Hardware and firmware developed for learning and portfolio purposes.
papamidas / H7SDRSoftware defined radio on a STM32H7 microcontroller
Embedfire-stm32h743-tiaozhanzhe / Ebf Stm32h743 Tiaozhanzhe Code野火STM32H743 挑战者开发板 教程配套代码
Peakors / STM32H7B0VBT6 Template基于反客STM32H7B0VBT6核心板的CLion + CubeMX + CMake + OpenOCD的外部Flash下载算法模板
pschatzmann / Stm32h7 ArduinoIntroduction to STM32H743VIT6 using Arduino
khoih-prog / STM32 PWMThis wrapper library enables you to use Hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are very precise and not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other ISR-based or software-based PWM using millis() or micros(). That's necessary if you need to measure some data requiring very high frequency and much better accuracy. PWM feature can now be used.
martinribelotta / H7dragonmanSTM32H7 board for industrial protocol bridge
keshikan / STM32H7 DMA SampleDMA transfer demo using STM32H7 with maintaining cache coherency