STM32H7 and RCC Examples #1083
thestumbler
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, here. Regarding the example, we've had a discussion about it too, but lacked the motivation to change it… |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any examples which show RCC configuration of an H7 board using multiple PLLs? I've moved on to making a custom board definition. and am attempting to copy over the initialization settings from a working non-MODM project. If that project was more similar to the Nucleo H723 board example, I would be fine. But it is not. And furthermore, the already complexity of clock control configuration has increased substantially from the F4 to H7 families, and as an H7 beginner it is a little daunting.
Speaking of examples, several times when browsing the example projects, I wished for a different way to view them. I can imagine a way to "sort" the projects by one or two methods besides their associated development boards. One immediately obvious way is by the project name. So you could look for all examples of Ethernet projects, for example. Another sorting would be similar to what's already in the documentation, by project feature -- show me all projects that talk to an accelerometer. That's one kind of feature. Another would be more low-level. In recent days, I was searching haphazardly through the examples for projects using their own custom interrupt handlers, or as noted above, more complicated RCC setups.
It wouldn't be that difficult to manually make a cross reference table for one or two of these ideas. But you guys seem very adept at automatic document generation, perhaps an alternate indexing table like I've described is easy to crank out whenever projects are added to the examples folder.
Beta Was this translation helpful? Give feedback.
All reactions