Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support STM32H7R3/7S3 #492

Open
3 tasks
richardeoin opened this issue May 9, 2024 · 1 comment
Open
3 tasks

Support STM32H7R3/7S3 #492

richardeoin opened this issue May 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@richardeoin
Copy link
Member

richardeoin commented May 9, 2024

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: UCPD PKA MCI ...
  • Additional PLL outputs S and T
@richardeoin richardeoin added the enhancement New feature or request label May 9, 2024
richardeoin added a commit to richardeoin/stm32h7xx-hal that referenced this issue May 9, 2024
github-merge-queue bot pushed a commit that referenced this issue May 9, 2024
@Dirbaio
Copy link

Dirbaio commented May 17, 2024

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.

It feels like "marketing" that they decided to name them "H7"... ST themselves are maintaining support for it separately: see https://github.com/STMicroelectronics/STM32CubeH7 vs https://github.com/STMicroelectronics/STM32CubeH7RS

(dropping it here in case people are interested in Rust on STM32H7RS: the embassy-stm32 HAL does have support for H7RS now)

seisyuu-hantatsushi pushed a commit to seisyuu-hantatsushi/stm32h7xx-hal that referenced this issue Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants