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

STM32H7 #9

Open
AnthonyGithub opened this issue Mar 31, 2022 · 1 comment
Open

STM32H7 #9

AnthonyGithub opened this issue Mar 31, 2022 · 1 comment

Comments

@AnthonyGithub
Copy link

Hi, I am trying to port this project to an STM32H7. What files are specific to the STM32F4 and need modification in order to use in STM32H7?

@iliasam
Copy link
Owner

iliasam commented Mar 31, 2022

Sorry, it is difficult for me to say, what exactly should be changed.
Firstly all this drivers: /HAL_source/Drivers - but they were generated by Cube.
USB drivers should be changed too: /HAL_source/Middlewares/ST/STM32_USB_Host_Library/Core - they also generated by Cube, but I patched some of them.
Probably files here are need to be changed: HAL_source/Middlewares/ST/STM32_USB_Host_Library/Class/VIDEO
Also, if you are planning to work with display, you would need to rewrite all code that is used to control display.

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

2 participants