Skip to content

Update docs regarding STM32C5 USB-CDC support #3054

Description

@srontje

The current implementation (v3.0.0) for STM32C5 does not support USB-CDC. You should mention that in the notes column on https://github.com/stm32duino/Arduino_Core_STM32#generic-stm32c5-boards with big red marker. Because USB-CDC is the core component of Arduino which everybody expects to work out of the box.

Generic STM32C5 boards

Status Device(s) Name Release Notes
💚 STM32C552RC
STM32C552RE
Generic Board 3.0.0
💚 STM32C562RE Generic Board 3.0.0

Related line of code:

#if defined(USE_HALV2_DRIVER)
#error "USB library is not yet compatible with HALv2 driver."

https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/USBDevice/inc/usbd_conf.h#L33

Activity

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions