-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Milestone
Description
Hello,
Im trying to make USB CDC on Stm32G0B0RET6. Im using it with CubeIDE which is working perfectly but cant make it work on Arduino
Tried every possible USB configs from dropdown menu. None working.
I asked ChatGPT and Claude but none worked also.
Is there a way to make it work ?
Best regards.
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working
Type
Projects
Status
Done
Relationships
Development
Select code repository
Activity
fpistm commentedon Apr 29, 2025
Hi @thezcx
Which board ? Which target you used on Arduino? ....
variant(g0): generic STM32G0B0RET USB clock configuration
fix(g0): USB STM32G0B0xx configuration
fpistm commentedon Apr 29, 2025
Looking at boards support of the G0B0RET, it exists only the generic. The USB clock config was not set to 48MHz. I've made a PR to configure it and fix USB irq.
Could you test with #2721.
fix(g0): USB STM32G0B0xx configuration