STM32H7xx Reference Map questions #404
Replies: 1 comment 14 replies
-
Hi Phil, 1& 2 I've tried to keep it in line with Terje's F7 map, so is just reflecting the current state of the F7 driver.. 3 Yes, have only implemented SDMMC in the H7 driver, as all the boards I have are using 4-bit wide SDMMC access. 4 Good spot. The reference map is used for both those Nucleo boards, I will update the description on next commit. In terms of differences, the 723 has less flash and less RAM, and the potential to run a bit faster (550MHz instead of 480MHz). Currently, both builds are running at 480 for consistency. I believe it is a pin compatible replacement, as has been substituted in most of the import development & 3D printer boards during the chip shortages. There are a few differences under the covers, but probably the most obvious is that the 723 does not have a USB FS peripheral, so uses the HS peripheral (running in FS mode). That was the only significant code change required to add support. Cheers, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been playing with the STM32H7xx (H723 on a nucleo specifically) and have a few questions about the reference map (from grblHAL Web Builder). I'm very much a neophyte with STM so please forgive amateur questions.
Thanks,
Phil
Beta Was this translation helpful? Give feedback.
All reactions