cancel
Showing results for 
Search instead for 
Did you mean: 

Can't SDRAM memory browsing in CoIDE/STM32F469I-Discovery

Masaharu Jotsuka
Associate
Posted on June 09, 2017 at 03:10

My application software needs to use SDRAM memory area of STM32F469I-Discovery board, whose address is 0xC000 0000 - 0CFF FFFF.  I set up FMC for SDRAM memory using the sample code in STM32Cube_FW_F4_V1.16.0 repository (FMC_SDRAM), and succeeded in R/W accessing SDRAM area BY the PROGRAM.

However, I cannot memory browsing using debugger when break the above sample code. All memory content is allways 0, never can be modified. Other memory area can be browsed as  I expected. (ex. SRAM areas)

How can I browse (R/W) SDRAM memory area?

My environment is IDE: CoIDE(ver 2.0.5) +(USB ST-Link)+STM32F469IDiscovery board.

#stm32-coocox-coide-cube
1 REPLY 1
AVI-crak
Senior
Posted on June 09, 2017 at 13:59

Use the GDB -

MEM 0xC0000000 0xC4000000 rw0690X00000603rvQAA.jpg