-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB Client fails on power up on STM32C07 #2666
Comments
Hi @gus-ghielec |
Same behavior. This code works fine when loaded over DFU but then USB unrecognized after reset.
Please reopen this issue @fpistm |
It works fine on my side using Nucleo C071. |
Just remembered that C0 USB support is not in the 2.9.0 release. It has been merged in the main after the release. |
Oh ok great, thanks. This is blocking issues so any estimate when can we continue the work? Where do I look to see if the release is out yet? |
in the coming days/weeks. Arduino IDE will warn you that an update is available for the core. |
Using Necleo64 with STM3232C07 support, I have this code.
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.
The text was updated successfully, but these errors were encountered: