<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linker settings using S130 and SDK 9 for chips with AA designation.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10821/linker-settings-using-s130-and-sdk-9-for-chips-with-aa-designation</link><description>I&amp;#39;m able to run my applications on SDK 9 with softdevice 130 with the development kit. The chip on it is labeled N51422QFACA11503AD. I have a custom board that has a chip with the label N51822QFAAHD1524GH, the applications can&amp;#39;t run on those using that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Dec 2015 04:40:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10821/linker-settings-using-s130-and-sdk-9-for-chips-with-aa-designation" /><item><title>RE: Linker settings using S130 and SDK 9 for chips with AA designation.</title><link>https://devzone.nordicsemi.com/thread/40458?ContentTypeID=1</link><pubDate>Tue, 29 Dec 2015 04:40:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b00be63-3a87-4d90-a900-069074bd7a09</guid><dc:creator>monpetit</dc:creator><description>&lt;p&gt;How much RAM do you need more? You can replace QFAA with QFAC or use SDK 11.0.0-2.alpha(with s130 2.0.0-7.alpha) to increase RAM usage of your code.&lt;/p&gt;
&lt;p&gt;QFAA:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;LR_IROM1 0x0001B000 0x00025000  {    ; load region size_region
  ER_IROM1 0x0001B000 0x00025000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20001D80 0x00002280  {  ; RW data
   .ANY (+RW +ZI)
  }
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker settings using S130 and SDK 9 for chips with AA designation.</title><link>https://devzone.nordicsemi.com/thread/40459?ContentTypeID=1</link><pubDate>Mon, 28 Dec 2015 22:18:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:419a4266-e027-4652-a73d-bb6bf0d77430</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Thanks, that&amp;#39;s what I was looking for but I&amp;#39;m actually the following error when compiling:&lt;/p&gt;
&lt;p&gt;region RAM overflowed with stack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker settings using S130 and SDK 9 for chips with AA designation.</title><link>https://devzone.nordicsemi.com/thread/40457?ContentTypeID=1</link><pubDate>Sun, 13 Dec 2015 02:47:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee2d5453-1cad-4a12-b45f-4050aa08e694</guid><dc:creator>monpetit</dc:creator><description>&lt;p&gt;I am not sure what it is you want. That&amp;#39;s what you wanted, didn&amp;#39;t you?&lt;/p&gt;
&lt;p&gt;for QFAC:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;LR_IROM1 0x0001C000 0x00024000  {    ; load region size_region
  ER_IROM1 0x0001C000 0x00024000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20002800 0x00005800  {  ; RW data
   .ANY (+RW +ZI)
  }
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;for QFAA:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;LR_IROM1 0x0001C000 0x00024000  {    ; load region size_region
  ER_IROM1 0x0001C000 0x00024000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20002800 0x00001800  {  ; RW data
   .ANY (+RW +ZI)
  }
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>