There are 0 repository under stm32h747 topic.
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
It provides examples for the Arduino Portenta-H7 board written in Rust. The software can be flashed on the target either with USB (DFU), or with a debug probe (JLink, ST-Link).
Speed up functions on your STM32H747 based Arduino
if you encountered an issue of enabling WiFi of Arduino Giga R1 WiFi maybe this library can help you
It provides examples for the Arduino Portenta-H7 board written in Rust. The software can be flashed on the target either with USB (DFU), or with a debug probe (JLink, ST-Link).
Explore AI possibilities to sort seeds using STM32 H7 board coupled to a camera
STM32H747I-DISCO_ADC is an STM32CubeIDE based project. It includes a code source for basic ADC read in STM32H747I DISCO.
STM32H747I-DISCO_I2C_SD is an STM32CubeIDE project. It takes embeded sensor readings using I2C from STM32H747I DISCO board and store all the readings in the SD card. The SD card should be inside the card slot for this code to work properly.
STM32H747I-DISCO_SDCARD is an STM32CubeIDE project. It includes a code for efficiently storing data into an SDCard for STM32H747I-DISCO board.
STM32H747I-DISCO_UART is a STM32CubeIDE project. It includes a code file for uart operation in. STM32H747I-DISCO.