2024-03-31 05:11 AM
Hi there,
I am trying to extend an SDRAM(W9825G6KH-6) for my homemade board with STH32H743IIT6.
According to the SDRAM datasheet:
I want to set the FMC clock to 130MHz with CL=2.
So the MCU clock config is as follows:
and according to the SDRAM datasheet:
I config the SDRAM as this:
But the cubeMx presents some error about the "Write recovery time" param.
My question is:
1. How to calculate the FMC SDRAM params according to the SDRAM datasheet?
2. What do the "SDRAM common clock" and the "SDRAM common read pipe delay" mean and how to decide their value?
I am very quezz about it.
Thanks for your kind help.
Solved! Go to Solution.
2024-03-31 05:13 AM
About the mapping between the cubeMx and datasheet,
I refer to here: http://main.lv/writeup/stm32f4_sdram_configuration.md
2024-03-31 05:13 AM
About the mapping between the cubeMx and datasheet,
I refer to here: http://main.lv/writeup/stm32f4_sdram_configuration.md