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 an attempt to save power within my application, I've been reducing the `HCLK` value. I've noticed that when the `HCLK` is set to 100MHz or lower the ADC initialization...

bug

Most of the implementations for peripherals are created using macros which results in a number of specialized impls that don't indicate they have shared functionality. Because there are no traits...

With the new pin rewrite to mimic the f4 api, I havent found a way to save several generic pins into a struct and use them as IO pins. Heres...

enhancement
question

Are there any plans for the HAL to support DCMI for the camera interface? I notice it is currently absent is that for any specific reason like lack of documentation...

enhancement
question

Are there any publicly available LTDC or DSI examples available?

enhancement
question

Heya! Working through getting the ITM logger up and running and having a bit of a hard time wrapping my head around how exactly the initialization should be done. It...

bug
good first issue

As far as I could tell, I could not find any hardware flow control options for the usarts. It looks like the data structures in place, so it would just...

enhancement

Adds type erased pins which allow for generic pin usage over code. Solves #315

Where the registers are owned by a single struct and not shared amongst many channels, etc. Fixes #232

An updated version of @richardeoin PR #62 from a year ago.