Skip to content

USB Client fails on power up on STM32C07 #2666

Closed
@gus-ghielec

Description

@gus-ghielec

Using Necleo64 with STM3232C07 support, I have this code.

void setup() {
  SerialUSB.begin();
}

void loop() {
  SerialUSB.println("Hello!");
  delay(500);
}

It works fine when loading from Arduino over DFU. However, the moment the system is reset USB will not work anymore. I suspecting an issue with USB clock initialization. USB works after DFU because USB clocks are already initialized but from a could boot USB Arduino does not work. Windows will say "unrecognized device" as teh deice is not responding to windows properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions