Skip to main content
Andrew1
Associate II
March 16, 2016
Question

Linker scipt to place all static library or object file to external flash (QSPI))

  • March 16, 2016
  • 0 replies
  • 443 views
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 = 16M

For example (not work):

  .text :

 

{

   

   

libtest.a:(.text)

 

}

>QSPI

How to do this?

#external-flash-linker-script
    This topic has been closed for replies.