<?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>What is the RAM Model?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55689/what-is-the-ram-model</link><description>Hello, 
 I am evaluating the nRF52840-DK. I just want to play around with Nordic for awhile to determine if I want to port my current project which is written in C++ for Teensy. 
 I built one of the example apps in Segger and noticed this report on RAM</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Dec 2019 13:18:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55689/what-is-the-ram-model" /><item><title>RE: What is the RAM Model?</title><link>https://devzone.nordicsemi.com/thread/225894?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 13:18:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7470adb9-4ee2-450e-9b13-292798df5b24</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]Is this just like the Teensy model where the first segment of green corresponds to the amount of static Heap usage and the second green segment corresponds to the minimum Stack usage?[/quote]
&lt;p&gt;&amp;nbsp;That is the stack section absolute address location and size. .heap is not used here, but the stack is placed at the top of RAM, and grows down. If you check out the generated .map file, you can search for the symbol &amp;quot;__StackTop&amp;quot; to see exactly this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>