<?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>NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9283/nrf52832-can-not-use-64k-ram</link><description>hi all:
Recently, I develop with nrf52832, the softdevice is nRF52_SDK_0.9.0_0c82e3e.
In my application, I need a big buffer, so 32K ram can not satisfied. As the errata of nrff52832, the link as follows:
 infocenter.nordicsemi.com/index.jsp 
 infocenter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Oct 2016 12:36:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9283/nrf52832-can-not-use-64k-ram" /><item><title>RE: NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/thread/34259?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 12:36:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd94ad6c-150f-4e5b-9e5d-b98e4134de3e</guid><dc:creator>vincent.golle</dc:creator><description>&lt;p&gt;I had the impression engineering A actually had two separate 32kB of RAM in separate regions:
0x20000000 and 0x08000000
Using both regions in Keil is easy, but having a linker script doing the same is more tricky... and that is what we are interested in !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/thread/34258?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 12:15:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9553cf61-ca07-4f75-8704-9152ae049a23</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/compatibility_matrix/ic_revision_overview.html?cp=2_1_0"&gt;nRF52832 engineering A revision&lt;/a&gt; was limited to 32kB RAM, but that should have been fixed with Engineering B, see &lt;a href="https://devzone.nordicsemi.com/question/60266/memory-regions-of-nrf52-linker-script/"&gt;this thread&lt;/a&gt;. I see in both &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/compatibility_matrix/ic_rev_sdk_sd_comp_matrix.html?cp=2_1_2"&gt;nRF5 SDK 11 and 12&lt;/a&gt; examples that RAM region is set for 64kB, i.e. in the linker script:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000
  RAM (rwx) :  ORIGIN = 0x20000000, LENGTH = 0x10000
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/thread/34257?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 10:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66514175-262b-4985-b79c-62ecdb9d5030</guid><dc:creator>vincent.golle</dc:creator><description>&lt;p&gt;Hi all, I would also be very interested to get the linker scripts allowing to split the nRF52 memory between the two 32ko blocks...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/thread/34256?ContentTypeID=1</link><pubDate>Sun, 05 Jun 2016 12:52:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d586b774-8358-4514-a46a-91fd661272ad</guid><dc:creator>Michael Lamming</dc:creator><description>&lt;p&gt;Did this question get answered?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/thread/34255?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 22:39:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af901269-b4b0-440d-accb-8b5eba073e16</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;I&amp;#39;d imagine doing something like having two RAM regions.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  RAM (rwx) :  ORIGIN = 0x20002800, LENGTH = 0x5800
  RAM (rwx) :  ORIGIN = 0x08000000, LENGTH = 0x8000
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 can not use 64K RAM</title><link>https://devzone.nordicsemi.com/thread/34254?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 22:38:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ed069dd-87b8-470b-b86d-8e03ebe36b6a</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;I have this problem too. I&amp;#39;ve ported a driver for an accelerometer and it needs more than the 32kb which is the default allowance (well, minus 0x2800 bytes for the SD) in the linker file for GCC.&lt;/p&gt;
&lt;p&gt;If I just have the application use the second 32kb then the app complains when initialising the SD.&lt;/p&gt;
&lt;p&gt;How do I modify the linker for GCC to allow for two RAM regions?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)

MEMORY
{
  FLASH (rx) : ORIGIN = 0x1f000, LENGTH = 0x61000
  RAM (rwx) :  ORIGIN = 0x20002800, LENGTH = 0x5800
}

INCLUDE &amp;quot;nrf5x_common.ld&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Without the bug I&amp;#39;d just set the length longer (to allow for 64k) but at the moment I&amp;#39;m a bit stuck on how to achieve this..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>