<?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>Memory warnings in SES v3.24</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23714/memory-warnings-in-ses-v3-24</link><description>So I thought I would upgrade one of my projects to SDK13 and try out SES 3.24 at the same time. I thought I would start by getting the ble_app_uart_pca10040_s132 project to work first. 
 Alarmingly I am getting a strange warning on running the project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jul 2017 09:42:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23714/memory-warnings-in-ses-v3-24" /><item><title>RE: Memory warnings in SES v3.24</title><link>https://devzone.nordicsemi.com/thread/93245?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 09:42:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84f425c7-94df-4209-a60a-156752f67314</guid><dc:creator>RichieJH</dc:creator><description>&lt;p&gt;Thanks as always RK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Memory warnings in SES v3.24</title><link>https://devzone.nordicsemi.com/thread/93243?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 05:49:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58cfb3fb-835c-48cb-bb46-3944f5203b7f</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;I&amp;#39;m sure it&amp;#39;s picking up the memory map, 200525f8 is just the start of SRAM (and it seems wrong because the start of RAM is 20000000). The actual place used to put the code is usually passed in via a macro (as you have now done).&lt;/p&gt;
&lt;p&gt;The memory map defines the layout of the chip to build the linker file and should represent the actual layout of the chip, other macros control where you actually place the start of sections.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Memory warnings in SES v3.24</title><link>https://devzone.nordicsemi.com/thread/93244?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 05:20:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:905360f2-29b2-4e51-a1ea-d0c65d55197b</guid><dc:creator>RichieJH</dc:creator><description>&lt;p&gt;OK, so I seem to be passing in 0x20002ffa8.  I then set a Section Placement Macro of 0x200025f8 which gets rid of the message.  But how is SES picking up the wrong RAM?  How can I double check that SES is accepting the Memory Map (I do select use this Memory Map in SES)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Memory warnings in SES v3.24</title><link>https://devzone.nordicsemi.com/thread/93242?ContentTypeID=1</link><pubDate>Sun, 23 Jul 2017 22:52:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37cd1fd1-81cf-44b4-b685-ed4f4e87ebde</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;SES isn&amp;#39;t suggesting anything, this has nothing to do with the IDE at all. What you&amp;#39;re seeing is the warnings built into the SDK which check RAM set against RAM actually required on enable and print out any differences.&lt;/p&gt;
&lt;p&gt;So go put a debug in there and find out what you&amp;#39;re actually sending in, what it&amp;#39;s actually returning and then work out what SES setting needs to be changed. It&amp;#39;s in the softdevice enable code somewhere, should take all of 10 seconds to find.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>