-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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? |
STM32U083
STM32U083x series provides Flash memory up to 256 KB and SRAM up to 40 KB, and it has eight packaging methods, including 32-81-pin UFQFPN, WLCSP, LQFP and UFBGA packages.
STM32U083x devices provide:
A 12-bit ADC, two built-in rail-to-rail analog comparators and an operational amplifier.
A low-power RTC, a universal 32-bit timer, a 16-bit PWM timer specially used for motor control, three universal 16-bit timers and three 16-bit low-power timers.
Up to 21 capacitive sensing channels
Three I2C's, two SPI's, four USART's and two low-power UART's, and a crystal-free oscillator USB2.0 supporting device mode.
An LCD controller with internal boost converter can drive 8x48 or 4x52 segment codes.
In addition, STM32U083xC device has built-in AES hardware accelerator.
At 2024-11-20 23:45:48, "Dan Halbert" ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Can you add STM32H7R7/S7 support,I think so.
At 2024-11-20 23:45:48, "Dan Halbert" ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
There are already two boards with STM32H7 chips that we support: |
Add STM32U083 support.
The text was updated successfully, but these errors were encountered: