We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello,
I've found that dsi_it is missing in both stm32h747cm4 and stm32h747cm7 implementation.
reference manual: https://www.st.com/resource/en/reference_manual/rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32bit-mcus-stmicroelectronics.pdf (grep for 'dsi_it'). It should have number 123, currently this number is just unassigned.
The text was updated successfully, but these errors were encountered:
Merge #646 #648
d5d4465
646: Add missing DSI interrupt number for Stm32h747cm4 and Stm32h747cm7 r=adamgreig a=LeonSkoog According to [RM0399](https://www.st.com/resource/en/reference_manual/rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32bit-mcus-stmicroelectronics.pdf): DSI interrupt should have number 123. This PR addresses #645 issue. 648: Remove DSI module from unsupported devices r=adamgreig a=LeonSkoog remove DSI from stm32h735 and stm32h7b3 as it is not supported there. STM32H7A3/7B3 [RM0455](https://www.st.com/resource/en/reference_manual/rm0455-stm32h7a37b3-and-stm32h7b0-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) stm32h735 [RM0468](https://www.st.com/resource/en/reference_manual/rm0468-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) Co-authored-by: Leon Skoog <Leon_Skoog@protonmail.com>
Closed by #646, thanks!
Sorry, something went wrong.
No branches or pull requests
Hello,
I've found that dsi_it is missing in both stm32h747cm4 and stm32h747cm7 implementation.
reference manual: https://www.st.com/resource/en/reference_manual/rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
(grep for 'dsi_it'). It should have number 123, currently this number is just unassigned.
The text was updated successfully, but these errors were encountered: