Hanno Braun
Hanno Braun
> The `stm32f7x2.svd` file has support for `adc` so I do not think that is the problem. Which version of the SVD file are you looking at? The PAC (that...
> The `stm32f7x2.svd` I was looking at was from https://github.com/tinygo-org/stm32-svd. It does look to be newer and using a simple `grep ADC | wc` it looks like there has been...
Thanks for the note, Adam! > Currently stm32f7xx-hal uses stm32f7 v0.11.0, but the current version is 0.13 and I'm going to publish 0.14 in a few days. Looking at the...
Hey @lordspacehog, thank you for opening this issue! I tested the example on th F746 Nucleo (the only F7 hardware I have available), and can't reproduce your problem. I can...
Good catch! I agree that it would be better to handle this in RCC.
See https://github.com/stm32-rs/stm32f7xx-hal/pull/171#issuecomment-1036339267.
I know next to nothing about I2S, but to the best of my knowledge, it is not supported. I'm also not aware of any plans to implement it, but of...
You can always conjure up an instance of `pac::RCC` via `pac::RCC::ptr()`. Or you could just add the required information to `Clocks`. I don't have a strong opinion here.
Good catch! Your suggestions sounds reasonable.
Hi @msmouni, please be aware that this repository is unmaintained, and I won't merge any new pull requests. Please check out https://github.com/stm32-rs/stm32f7xx-hal/issues/165, if you want to help out.