Question
Linker scipt to place all static library or object file to external flash (QSPI))
Posted on March 16, 2016 at 09:04
Hello,
I need linker scipt to place all static library or object file to external flash (QSPI)) /* External QSPI-ROM */ QSPI(rx) : ORIGIN = 0x90000000, LENGTH = 16MFor example (not work):
.text :
{
libtest.a:(.text)
}
>QSPI
How to do this? #external-flash-linker-script