-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix USB on DISCO_F769NI #15128
Fix USB on DISCO_F769NI #15128
Conversation
These pins are not connected to the USB PHY, so don't set their alternate function as such.
@Jookia, thank you for your changes. |
Do you think you can add a commit with the patch for DISCO_H747I ? :-) |
I thought about doing that, but I wouldn't be able to test it. The best I can do is check schematics. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Fixes USB device support on the DISCO_F769NI target.
Related to #14564 .
Impact of changes
Migration actions required
Documentation
The existing target code and configuration contains two issues:
Pull request type
Test results
I'm not sure what kind of test this needs.
Running the USBCDC example from https://os.mbed.com/docs/mbed-os/v6.15/apis/usbcdc.html works.
Without this patch the device does not even enumerate to Linux.
Reviewers