Associate
February 28, 2021
Question
problem of QSPI as flash memory and FMC as data memory.
- February 28, 2021
- 1 reply
- 2006 views
hi...
i want to make a project using QSPI external flash memory to run a code, and FMC SDRAM as data memory... how to do that? i have try FMC SDRAM as Data Memory example project from STM32F746-Disco FW package and debug it using external loader and change .ld file address of FLASH & RAM, it runs but cannot store data in SDRAM. example i store variable a=1, i read it the content variable of a is not same.
thanks before.