Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Arduino Uno Q - STM32U585 (preliminary)#10674

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ajmirsky wants to merge1 commit intoadafruit:main
base:main
Choose a base branch
Loading
frommirskytech:arduino_uno_q

Conversation

@ajmirsky
Copy link

@ajmirskyajmirsky commentedOct 16, 2025
edited
Loading

The STM32U585 on board the Arduino Uno Q (release date 2025-10-25).

Preliminary port based on:

Draft until verification on actual hardware. VID and PID are not yet known / documented.

@ajmirskyajmirsky marked this pull request as draftOctober 16, 2025 18:25
Copy link
Member

@tannewttannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the initial PR!

Comment on lines 81 to 93
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Don't include every MCU pin inboard. They are automatically available inmicrocontroller.pin.board should only reflect board-specific names (aka silkscreen) or uses (connected to other things on the board.)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

thanks for the feedback. I'll remove those and add board related signals as well.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I wonder what is available on multiple headers on the bottom, or are those only the Broadcom chip signals?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The bottom JMEDIA 60-pin header has 1.8V signals for the Dragonwing MIPI camera and display support. The JMISC 60-pin header has line/headset audio plus a mix of 3.3V GPIO from the STM32 and 1.8V GPIO from the Dragonwing.

@@ -0,0 +1,36 @@
USB_VID = 0x0483

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Does assigning a VID and PID make sense here? By my reading of the UNO Q datasheet (see page 13: 4.2 Block Diagram), it doesn't look like the STM32U585 has access to the USB-C port. It seems the board is set up for Debian running on the Dragonwing MPU to program the STM32 over SWD and do RPC bridge stuff over UART and SPI channels.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@dhalbertdhalbertdhalbert left review comments

@tannewttannewttannewt requested changes

+1 more reviewer

@samblennysamblennysamblenny left review comments

Reviewers whose approvals may not affect merge requirements

Requested changes must be addressed to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@ajmirsky@tannewt@dhalbert@samblenny

[8]ページ先頭

©2009-2025 Movatter.jp