Closed
Description
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
Labels
Type
Projects
Status
Done