2020-08-11 06:04 AM
I'm using DISCO Board STM32F769I and use SDRAM in my application application
i note that when i write data more than 1023Byte the data is written in the next bytes as expected and also over write from the start of SDRAM (0xC0000000)
if there is any configuration make that problem happened ?
Solved! Go to Solution.
2020-08-11 06:59 AM
Like a rows or columns number is wrong. What does writing at 2048 and 4096 offsets do?
Who's initialization code?
Show
2020-08-11 06:59 AM
Like a rows or columns number is wrong. What does writing at 2048 and 4096 offsets do?
Who's initialization code?
Show
2020-08-11 07:37 AM
I revised configurations and it was wrong configuration in columns number
i use configuration in system_stm32f7xx.c of
en.stm32cubef7_v1-16-0\STM32Cube_FW_F7_V1.16.0\Projects\STM32F769I_EVAL\Examples\FMC\FMC_SDRAM_DataMemory
thanks alot