Skip to content

missing DSI interrupt number in stm32h747cm4 and stm32h747cm7 #645

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

Closed
LeonSkoog opened this issue Oct 20, 2021 · 1 comment
Closed

missing DSI interrupt number in stm32h747cm4 and stm32h747cm7 #645

LeonSkoog opened this issue Oct 20, 2021 · 1 comment

Comments

@LeonSkoog
Copy link
Contributor

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.

bors bot added a commit that referenced this issue Oct 27, 2021
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>
@adamgreig
Copy link
Member

Closed by #646, thanks!

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