You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ST have added a new sub-family called STM32H7R3/7S3. The reference manual is RM0477.
These parts are not fully supported by stm32h7xx-hal currently. This issue tracks the status of using Rust on these parts, either using stm32h7xx-hal or otherwise.
Identify the scope of the differences between STM32H7R3/7S3 and the existing STM32H7 sub-families
Decide if stm32h7xx-hal is the right place to support these parts. If the overhead of supporting the differences is low, then the answer should be yes
Add support
PRs for adding support are welcome, but please comment to address the first two items first.
Differences between STM32H7R3/7S3 and the existing STM32H7 sub-families
New peripherals: UCPDPKAMCI ...
Additional PLL outputs S and T
The text was updated successfully, but these errors were encountered:
H7RS is more like a whole new family. it's more similar to H5 or U5 than to the old H7's. For example DMA is completely new (GPDMA+HPDMA), instead of DMA+BDMA+DMAMUX.
ST have added a new sub-family called STM32H7R3/7S3. The reference manual is RM0477.
These parts are not fully supported by stm32h7xx-hal currently. This issue tracks the status of using Rust on these parts, either using stm32h7xx-hal or otherwise.
PRs for adding support are welcome, but please comment to address the first two items first.
Differences between STM32H7R3/7S3 and the existing STM32H7 sub-families
UCPD
PKA
MCI
...The text was updated successfully, but these errors were encountered: