<?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>Project Code Move nrf51422 to nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16388/project-code-move-nrf51422-to-nrf51822</link><description>Dear Nordic Team, 
 I want to move all example code nrf51422 into nrf51822. I am using SDK11. What are the changes want to do in keil compiler. Please support anyone.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Sep 2016 13:08:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16388/project-code-move-nrf51422-to-nrf51822" /><item><title>RE: Project Code Move nrf51422 to nrf51822</title><link>https://devzone.nordicsemi.com/thread/62738?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2016 13:08:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1901d523-a7dd-48a0-8f12-c120bad1e268</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Thank you very much. As per your guide modify the RAM working good. Great support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project Code Move nrf51422 to nrf51822</title><link>https://devzone.nordicsemi.com/thread/62739?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2016 12:39:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0695d466-a1d0-477a-9248-ffd87d042f16</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;When changing the application to be built for a device with 16 kB RAM instead of 32 kB you have to subtract 8 kB or ram (0x4000) from the size. For the experimental_ble_app_blinky_s130_pca10028 example in SDK 11 that means that you should set IRAM1 size to 0x5F80 - 0x4000 = 0x1F80. Leave the start address as is.&lt;/p&gt;
&lt;p&gt;(In the screenshot you attached, you have both a start address and a size that does not match this, which is wrong)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project Code Move nrf51422 to nrf51822</title><link>https://devzone.nordicsemi.com/thread/62737?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2016 12:24:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d398978f-1229-47ac-93ea-a2e29c678266</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Thanks for reply.
nRF51822xxAA have 256kb flash and 16kB RAM. please check my RAM settings &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Ram.png"&gt;Ram.png&lt;/a&gt;. I am using experimental_ble_app_blinky example code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project Code Move nrf51422 to nrf51822</title><link>https://devzone.nordicsemi.com/thread/62736?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2016 12:08:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c2f9269-0bc9-49bd-be3c-10a8937e90cd</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;You do not need to make any changes at all. The &lt;em&gt;only&lt;/em&gt; difference is that the nRF51822 does not support ANT.&lt;/p&gt;
&lt;p&gt;While not related to the difference between nrf51422 and nrf51822, both come in variants with different combinations of flash and RAM sizes. The chip on the DK has 256 kb flash and 32 kB of RAM. Com pare that to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/compatibility_matrix/nRF51822_ic_revision_overview.html?cp=3_0_1"&gt;your device&lt;/a&gt;. If you are also moving to a device with less flash or RAM, you will have to adapt your linker settings accordingly by reducing the length/size to fit the device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>