Skip to content
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

F1: fixing usb issues from #64 #71

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dylansison
Copy link

@dylansison dylansison commented Sep 11, 2024

Fixes #64
not done; need to address size issue

Certain Blue Pills with fake STM32 chips had issues properly completing USB negotiations. Plugging them in resulted in a Device Descriptor Request failed error.

This issue occurred even in the initial release and was fixed by making the same change made in bootsector/stm32-hid-bootloader e58113c; this fix only worked on older versions, however, thus another bug was known to be present. This was traced to 79c474e and was addressed by effectively reverting this commit.

Doing so created another problem which is that the bootloader was now larger than 2KB. -> am working on figuring out some way to address this

@dylansison dylansison changed the title F1 F1: fixing usb issues from #64 Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

USB init failing for new bluepills
1 participant