stm32h7xx-hal icon indicating copy to clipboard operation
stm32h7xx-hal copied to clipboard

Peripheral access API for STM32H7 series microcontrollers

Results 75 stm32h7xx-hal issues
Sort by recently updated
recently updated
newest added

In the process of program initialization, the serial port received a lot of data, sometimes the program will not enter the idle function, now using the watchdog restart to solve,...

ST have added a new sub-family called [STM32H7R3/7S3](https://www.st.com/en/microcontrollers-microprocessors/stm32h7r3-7s3.html). The reference manual is [RM0477](https://www.st.com/resource/en/reference_manual/rm0477-stm32h7rx7sx-armbased-32bit-mcus-stmicroelectronics.pdf). These parts are not fully supported by stm32h7xx-hal currently. This issue tracks the status of using Rust...

enhancement

We don't implement anything RTIC-specific in the HAL itself and the examples use only basic RTIC functions. Therefore these changes are quite limited. Intend to merge sometime after v0.17 release.

I'm testing DSI examples on a STM32H747I-DISCO board with the included MB1166 Rev A. module. The command mode example works, however both of the video mode examples only display static...