Linker scipt to place all static library or object file to external flash (QSPI))
Posted on March 16, 2016 at 09:04Hello, 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 : { libtes...