Hi every one, I am using STM32F469 discovery , I just created a project in touchgfx with 2 png background screens and and when I refresh and compile this project in IDE I got errors .
the errors like :\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: STM32F469I-DISCO.elf section `ExtFlashSection' will not fit in region `QSPI'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: region `QSPI' overflowed by 887220 bytes
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:92: STM32F469I-DISCO.elf] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete.
i checked my liker file
MEMORY
{
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 2048K
SDRAM (rw) : ORIGIN = 0xC0000000, LENGTH = 16M
QSPI (r) : ORIGIN = 0x90000000, LENGTH = 16M
}
in hardware changes also - middleware - free RTOS - advanced settings - enabled USE_NEWLIB_REENTRANT parameter.
i am new to this i couldn't get rid of this .. ..help meeeee
