<?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>How look ram size in .map file?? use eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22979/how-look-ram-size-in-map-file-use-eclipse</link><description>Hi, 
 how i can look ram size in .map file?? use eclipse 
 attach the file HKlock.map 
 please advise me, thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jun 2017 11:49:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22979/how-look-ram-size-in-map-file-use-eclipse" /><item><title>RE: How look ram size in .map file?? use eclipse</title><link>https://devzone.nordicsemi.com/thread/90411?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 11:49:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abbb9363-3a9b-4e51-acf8-d951251c705e</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The values above comes in .map files generated by Keil.&lt;/p&gt;
&lt;p&gt;For GCC, the values are not written directly. One option is to compile the project using &lt;a href="https://devzone.nordicsemi.com/blogs/1032/segger-embedded-studio-a-cross-platform-ide-w-no-c/"&gt;Segger Embedded Studio&lt;/a&gt;. In Segger Embedded studio, the RAM and flash usage is shown graphically.&lt;/p&gt;
&lt;p&gt;Another option is to test the application made by Elliot Stock, linked to in the comments to the RAM/ROM blog.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How look ram size in .map file?? use eclipse</title><link>https://devzone.nordicsemi.com/thread/90410?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 08:18:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46f04064-a826-469c-b986-83f224ea935e</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;hi Kristin,&lt;/p&gt;
&lt;p&gt;I have seen this blog but I still do not understand how to calculate RAM.&lt;/p&gt;
&lt;p&gt;I only know that you say these values in the .map file inside, but I can not see it.&lt;/p&gt;
&lt;p&gt;Best Regards,
Rick.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How look ram size in .map file?? use eclipse</title><link>https://devzone.nordicsemi.com/thread/90409?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 07:41:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4d04bbb-41f9-40c9-92b5-d6cbda31defe</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/723/rom-and-ram-management/"&gt;This&lt;/a&gt; blog post explains how to find the RAM and flash usage in a .map file:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The total RAM usage is:&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;ZI-data + RW-data 
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;The total flash
usage is:&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt; Code + RO-data + RW-data 
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;ZI-data:
Zero initialized data, data variables
set to 0&lt;/p&gt;
&lt;p&gt;RW-data: Data variables that are
different from 0&lt;/p&gt;
&lt;p&gt;RO-data: Constants placed in flash&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>