Skip to content

Stm32G0B0Ret6 with USB CDC Problem #2720

@evirgen-dev

Description

@evirgen-dev

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.

Activity

fpistm

fpistm commented on Apr 29, 2025

@fpistm
Member

Hi @thezcx
Which board ? Which target you used on Arduino? ....

added this to the 2.11.0 milestone on Apr 29, 2025
added a commit that references this issue on Apr 29, 2025
7417940
added a commit that references this issue on Apr 29, 2025
06e461f
added
bug 🐛Something isn't working
and removed
enhancementNew feature or request
on Apr 29, 2025
fpistm

fpistm commented on Apr 29, 2025

@fpistm
Member

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.

added a commit that references this issue on May 5, 2025
3c2d468
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

      Participants

      @fpistm@evirgen-dev

      Issue actions

        Stm32G0B0Ret6 with USB CDC Problem · Issue #2720 · stm32duino/Arduino_Core_STM32