-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Stm32h7dks: Fix sdram available size for stm32h750b-dk and stm32h745i_disco #99799
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
base: main
Are you sure you want to change the base?
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]>
|
|
It's a bit wired, still failed here, I dunno what's wrong |
I see, this is caused by the CI script itself. All recent PRs all fail here, for example: #99791 |
|
I've tested the changes and confirmed that the 2 boards can access only the first 8MByte of their SDRAM. I wanted to use tests/drivers/memc/ to check accesses but I saw some issues both in the test and possibly in the FMC SDRAM timings also. I'll create a P-R to share. |
|
The CI test issue has been fixed: #99812. |



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]