EXTERNAL RAM WITH STM32F429DISCO
Posted on May 14, 2014 at 09:37Hi!I would like to use the external RAM IS42S16400 present into the demo board STM32F429DISCO to store program variables. To do that i modify the linker script MEMORY{ FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K R...