cancel
Showing results for 
Search instead for 
Did you mean: 

SDRAM over writing problem

GMoha.1
Associate II

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions

Like a rows or columns number is wrong. What does writing at 2048 and 4096 offsets do?

Who's initialization code?

Show

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

Like a rows or columns number is wrong. What does writing at 2048 and 4096 offsets do?

Who's initialization code?

Show

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

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