2019-07-12 12:44 AM
Can someone please point me at a document that identifies any changes in the STM32H743 between the original 400MHz capable version and the latest 480MHz version
Thanks
Solved! Go to Solution.
2019-07-16 05:18 PM
Most everyone has the Y step
The main thing for bring it up in 480 MHz is the selection of VOS0
And also some changes in the RCC bits related to HSI and CSI trim
2019-07-12 04:23 AM
The recent H743 datasheet has a specification section for each version.
2019-07-16 05:06 PM
Take a look at application note: AN5312 - Migration from RevY to RevV for STM32H743/753 and STM32H750 Value line microcontrollers
2019-07-16 05:18 PM
Most everyone has the Y step
The main thing for bring it up in 480 MHz is the selection of VOS0
And also some changes in the RCC bits related to HSI and CSI trim
2023-07-30 04:56 AM
This is all a bit too cryptic, "selection of VOS0 and also some changes in the RCC bits related to HSI and CSI trim", that doesn't really help anyone get 480 MHz running does it.
Why are there no code examples of how to do this? I've been googling for half and how and nothing more than similar comments, is this a "magic club only" thing?
2023-07-30 05:13 AM - edited 2023-07-30 05:19 AM
Found it at last!
So in the MX configurator to use 480MHz, go to Pinout & Configuration, click RCC then System Parameters,
Product revision then has to be set to Rev. V, and the the CSI and HSI values set to 32 and 64 respectively!
That really should be highlighted or prompted when creating a new project!
Even better if it was on the Clock configuration section too, where it belongs!, or at least a warning!