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

Tracking Issue for Revision V silicon

Open richardeoin opened this issue 6 years ago • 5 comments

ST has released a new silicon revision for the H742/742/750/753 with significant changes.

Please report or tag issues with Revision V here! Also see upstream.

richardeoin avatar Jun 13 '19 20:06 richardeoin

In the eevblog link above I see two notes regarding the ADC (which as mentioned in #10 would've been my next addition)

-ADC Now has a extra 'divide by 2' on its clock inside it, making existing clock configurations too slow
-Changes to the ADC registers (For example a value in a register that used to set the ADC to 8bit mode is now setting it to 'reserved' so likely doesn't work)

Now I assume this could be easily resolved using feature gates, however a feature gate named "V" or "Revision-V" might be hard for the average user to understand as they are probably not aware of Revision V.

hargoniX avatar Jun 14 '19 14:06 hargoniX

Yes, these are significant changes! For now I say implement for Rev Y, then add -rev_v feature gates when someone has V silicon to test on.

richardeoin avatar Jun 15 '19 10:06 richardeoin

FYI: The NUCLEO-H743ZI2 I just got from Digikey has Silicon rev V (and non-detachable ST-Link-v3)

jordens avatar Jun 17 '19 09:06 jordens

https://github.com/stm32-rs/stm32-rs/pull/247 for the PAC split.

jordens avatar Jul 11 '19 17:07 jordens

@richardeoin Can we close this? The crates/features are nicely split to address this, right?

jordens avatar Jul 29 '19 17:07 jordens