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

STM32H7R/H7S support #2816

Open
1 task done
EamonBrennanDRS opened this issue Sep 25, 2024 · 1 comment
Open
1 task done

STM32H7R/H7S support #2816

EamonBrennanDRS opened this issue Sep 25, 2024 · 1 comment

Comments

@EamonBrennanDRS
Copy link

EamonBrennanDRS commented Sep 25, 2024

Related area

New port support.

Hardware specification

STM32H7R/STM32H7S

Is your feature request related to a problem?

While TinyUSB already supports the H7 series, it uses an off-chip PHY over ULPI for the HS port. The H7RS series has a dedicated on-chip HS PHY, making it similar to the U5 series. The H7RS series is also distinct from the remaining H7 series, with different pin ports, and they even have their own separate HAL file, "stm32h7rsxx_hal.h".

Describe the solution you'd like

Support for STM32H7RS series if possible.

I have checked existing issues, dicussion and documentation

  • I confirm I have checked existing issues, dicussion and documentation.
@EamonBrennanDRS
Copy link
Author

Based on the reference manual (RM0477, 3791 pages long), the OTG_FS FIFO has 1.25 Kbytes of dedicated RAM, while the OTG_HS FIFO has 4 Kbytes of dedicated RAM. Use "find in page" and search for "The USB system features" to find this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant