Skip to main content
GMoha.1
Associate
August 11, 2020
Solved

SDRAM over writing problem

  • August 11, 2020
  • 1 reply
  • 1044 views

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 ?

This topic has been closed for replies.
Best answer by Tesla DeLorean

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

Who's initialization code?

Show

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
August 11, 2020

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 VenmoUp vote any posts that you find helpful, it shows what's working..
GMoha.1
GMoha.1Author
Associate
August 11, 2020

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