-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
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
invalidThis doesn't seem rightThis doesn't seem right
Type
Projects
Status
Done