SDRAM over writing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 6: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.
- Labels:
-
FMC-FSMC
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 6:59 AM
Like a rows or columns number is wrong. What does writing at 2048 and 4096 offsets do?
Who's initialization code?
Show
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 6:59 AM
Like a rows or columns number is wrong. What does writing at 2048 and 4096 offsets do?
Who's initialization code?
Show
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 7: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
