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 for STM32H750 #741

Open
mamins1376 opened this issue Jun 8, 2022 · 1 comment
Open

Support for STM32H750 #741

mamins1376 opened this issue Jun 8, 2022 · 1 comment
Labels

Comments

@mamins1376
Copy link

I have a dev board with a STM32H750VBT6 (datasheet). Looking into devices list or issues, it does not seem that it is supported at the moment.

What should be done to add such support?

Also, does this crate support special features and peripherals e.g. JPEG codec?

Thank you.

@adamgreig
Copy link
Member

You should find the stm32h753v feature on the stm32h7 crate works fine for the STM32H750, as it shares a reference manual and all peripherals with the H753.

Ideally we'd either add it to stm32_part_table.yaml as a supported chip under the stm32h753v feature, or use the stm32h750.svd SVD file that's already present and create a new file devices/stm32h750.yaml based on devices/stm32h753v.yaml and apply specific corrections there. Which one is best depends on if there's any differences between the two chips besides just memory size. At the moment I think the different flash size is the only difference.

@newAM newAM added the stm32h7 label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants