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

H7? #66

Open
Jaystonian opened this issue Oct 18, 2020 · 3 comments
Open

H7? #66

Jaystonian opened this issue Oct 18, 2020 · 3 comments

Comments

@Jaystonian
Copy link

Jaystonian commented Oct 18, 2020

Is there a reason this library never supported the H-series of STM32's? I am trying to port a project from an F4 to an H753 and this is a major component of it.

@dmitrystu
Copy link
Owner

Unfortunately, I have no H7 nor F7 devices in my lab. But looking through PR's I have found confirmation about F7 support.
(#58 (comment))
Maybe it will help.

@bvernoux
Copy link

Do you have any update to support H7 (FS & HS USB 2.0) ?

@minh7a6
Copy link

minh7a6 commented Oct 28, 2021

Hi all, the USB FS and HS peripherals of the H750 (the MCU that I have on hand currently) is the same as the USB HS of F446 or F7. The only difference that I see is the bus that this is operating. For USB FS (USB2 HS defined by ST), instead of AHB2, it is AHB1 for H7. For my case, since I only have USB FS connected to the USB port via pin PA11 and PA12, I modify the RCC macros in usbd_stm32f446_otghs.c to match with USB2 peripheral. And with that I managed to run the cdc loop fine with H750. I think this can provide some clues for H743 & H750 support. I am not too sure if this will apply with the rest of the H7 family since there are quite many of them.

@via via mentioned this issue Jun 5, 2022
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

4 participants