<?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>Switch from NRF51822 QFAA to QFAC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13980/switch-from-nrf51822-qfaa-to-qfac</link><description>Hi, 
 I wrote a functional firmware which has been tested and valited on a nrf51822 QFAA, but unfortunately I need more RAM to fit the requirements of my application so I switched the chip to nRF51822 QFAC.
I currently worked on eclipse with mbed for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 May 2016 09:16:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13980/switch-from-nrf51822-qfaa-to-qfac" /><item><title>RE: Switch from NRF51822 QFAA to QFAC</title><link>https://devzone.nordicsemi.com/thread/53390?ContentTypeID=1</link><pubDate>Tue, 24 May 2016 09:16:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be98abdb-a8a1-48a2-8044-51e7f8044edc</guid><dc:creator>Hugues Bernet-Rollande</dc:creator><description>&lt;p&gt;Ok, you mean I have to change it to 0x29000 ? It looks Ok for compiling with your configuration, I will flash it when I receive the PCB this afternoon, thanks for your help !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Switch from NRF51822 QFAA to QFAC</title><link>https://devzone.nordicsemi.com/thread/53389?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 22:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72d42982-8df1-458c-87e0-e1f3625da2fc</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;change 0x2A000 to 0x29000. It will effect if you have  DFU bootloader.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Switch from NRF51822 QFAA to QFAC</title><link>https://devzone.nordicsemi.com/thread/53388?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 13:50:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69671661-f6ee-4e18-89b7-28915432d3df</guid><dc:creator>Hugues Bernet-Rollande</dc:creator><description>&lt;p&gt;Ok thank you for your quick answer Aryan :)
My current memory configuration is the following :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x00016000, LENGTH = 0x2A000
  RAM (rwx) :  ORIGIN = 0x20002000, LENGTH = 0x2000
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So I just have to switch 0x2000 to 0x6000, correct ?
Despite the fact that the flash length is 0x2A000 on my settings, I don&amp;#39;t have to change it ?&lt;/p&gt;
&lt;p&gt;Hugues&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Switch from NRF51822 QFAA to QFAC</title><link>https://devzone.nordicsemi.com/thread/53387?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 12:41:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab30a489-c0ad-4b58-9279-c92c2924046a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The package is pin and flash compatible. Only RAM size is changed. So in Keil you just need to change the RAM settings to&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2475.Capture1.PNG" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;and in your case for gcc you use below in .ld file&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* Linker script to configure memory regions. */

MEMORY
{
  FLASH (rx) : ORIGIN = 0x00016000, LENGTH = 0x29000 
  RAM (rwx) :  ORIGIN = 0x20002000, LENGTH = 0x6000 
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>