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

https://github.com/stm32-rs/stm32h7xx-hal/blob/master/src/can.rs lacks an implementation of `free()` which would allow the release of the FDCAN REC and re-instantiation of the peripheral, e.g. for reset purposes.

Is it currently possible to use the USB-OTG in host mode with this hal crate? The examples only show it in device mode and I cannot find anything in the...

I'm wondering if the current implementation allows for a circular DMA transfer using multiple channels. E.g. I basically want to convert this from blocking to circular DMA: ``` let a:...

enhancement

I've noticed that when attempting to clear i2c receive interrupts utilising the `clear_irq` function, that this is essentially a no op. Clearing the rxie interrupt involves reading data from the...

Hi there, I'm trying to use the SAI peripheral on an H735... But I'm stuck as I don't have an SdB pin and using `None` on the tuple will lead...

- [ ] LPTIM - [ ] TIM - [ ] DAC

When I try to run the example passthrough, it does not compile. I have in fact not been able to get the USB2OTG peripheral to work at all. I am...

Right now it is not clear to me looking through the documentation if this feature is fully implemented, and how to use this signal in order to e.g. signal a...

enhancement

Is there any plan to implement QSPI memory mapped mode and auto polling mode? If there is a draft, how can I help?

enhancement