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

STM32L4xx for significantly better USB support #29

Open
StefanBruensLC opened this issue Nov 1, 2021 · 0 comments
Open

STM32L4xx for significantly better USB support #29

StefanBruensLC opened this issue Nov 1, 2021 · 0 comments

Comments

@StefanBruensLC
Copy link

The USB OTG FS controller in the F401/F411 is severely crippled, as it support only 3 USB Endpoints per direction, which makes it impossible to implement more than 1 USB CDC interface (1 Bulk IN and 1 Interrupt IN required per interface).

The L4xx support 6 endpoints per direction, so up to 3 USB CDC could be supported, or a variety of other compositions.

The L4xx are mostly pin compatible with the F401/F411 (and are fully compatible with the BlackPill schematic).

Given the BluePill+ (which does not have these restrictions) is completely unavailable, this would be very welcome.

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

No branches or pull requests

1 participant