How to configure external Sdram to avoid "`TouchGFX_Framebuffer' will not fit in region `RAM'" problem
I'm trying to build application on my custom STM32F429IITX board (no OS), external sdram is ISSI- IS42S16400J-7TL, 480x272 display, when I try to build app ,I'm getting some errors as you see below
FirstProject.elf section `TouchGFX_Framebuffer' will not fit in region `RAM'
region `RAM' overflowed by 71688 bytes
make: *** [makefile:105: FirstProject.elf] Error 1
I guess my external ram is not detected. but I'dont know what to do. Could you help me?


