-
Notifications
You must be signed in to change notification settings - Fork 8.3k
boards: st: stm32h745i_disco: m7: Fix sdram available size #99714
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
Conversation
According to UM2488 section 6.12[1], the available SDRAM size is only 8MB by hardware design, though 128Bit SDRAM is connected. Link: https://www.st.com/resource/en/user_manual/um2488-discovery-kits-with-stm32h745xi-and-stm32h750xb-mcus-stmicroelectronics.pdf [1] Signed-off-by: Jisheng Zhang <[email protected]>
According to UM2488 section 6.12[1], the available SDRAM size is only 8MB by hardware design, though 128Bit SDRAM is connected. Link: https://www.st.com/resource/en/user_manual/um2488-discovery-kits-with-stm32h745xi-and-stm32h750xb-mcus-stmicroelectronics.pdf [1] Signed-off-by: Jisheng Zhang <[email protected]>
erwango
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
etienne-lms
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also fix stm32h750b_dk board (stm32h750b_dk-common.dtsi) that has the same constraint (mentioned in referred UM2488)?
Will do. But I don't have stm32h750b disc board, so will be compiled test only. |
|
hmm, I dunno what's wrong, any hint is appreciated. |
Still a valuable change IMHO. As for the CI failure, I can't tell. It looks unrelated. Could you rebase your series? |
|
|
there's network issue here, I mis-operated the rebase, so I create a new PR here: sorry for inconvenience |



According to UM2488 section 6.12[1], the available SDRAM size is only 8MB by hardware design, though 128Bit SDRAM is connected.
Link: https://www.st.com/resource/en/user_manual/um2488-discovery-kits-with-stm32h745xi-and-stm32h750xb-mcus-stmicroelectronics.pdf [1]