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

Add STM32U083 support. #9820

Open
Vincent1-python opened this issue Nov 20, 2024 · 4 comments
Open

Add STM32U083 support. #9820

Vincent1-python opened this issue Nov 20, 2024 · 4 comments
Milestone

Comments

@Vincent1-python
Copy link

Add STM32U083 support.

@dhalbert dhalbert added this to the Long term milestone Nov 20, 2024
@dhalbert
Copy link
Collaborator

The STM32U083 has 40kB RAM and 256kB flash. The SAMD21, which was our first ports, is 32kB/256kB. The SAMD21 is quite limited in what it can provide as a CircuitPython chip, and so the STM32U083 would be only slightly better. I think it's not so likely we would do this port, given that there are more capable chips now at low cost. But we'd be happy to take a community contribution. Is there some feature of this chip that's particularly interesting?

@Vincent1-python
Copy link
Author

Vincent1-python commented Nov 21, 2024 via email

@Vincent1-python
Copy link
Author

Vincent1-python commented Nov 21, 2024 via email

@dhalbert
Copy link
Collaborator

There are already two boards with STM32H7 chips that we support: nucleo_h743zi_2 and openmv_h7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants