<?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>Soft device in SDK 7.02 faulting on boot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76291/soft-device-in-sdk-7-02-faulting-on-boot</link><description>I have a custom board, I am using to evaluate nrF52811 from eclipse (I just prefer this over SES). 
 I have installed S112 on the flash and also my application at 0x19000 built using this liker script 
 
 However, while debugging with openocd, I realized</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Jun 2021 06:13:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76291/soft-device-in-sdk-7-02-faulting-on-boot" /><item><title>RE: Soft device in SDK 7.02 faulting on boot</title><link>https://devzone.nordicsemi.com/thread/315025?ContentTypeID=1</link><pubDate>Mon, 14 Jun 2021 06:13:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bb693d3-a3c3-42a7-832b-a04dbab51ee5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Samson,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Happy to know you found the issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could also refer to this &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/adjustment-of-ram-and-flash-memory"&gt;tutorial &lt;/a&gt;and release note under&amp;nbsp;nRF5_SDK_17.0.2\components\softdevice\s112\doc for the flash and ram size.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Soft device in SDK 7.02 faulting on boot</title><link>https://devzone.nordicsemi.com/thread/314997?ContentTypeID=1</link><pubDate>Sat, 12 Jun 2021 09:50:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01f01c30-412d-41c8-8df0-9dd936ea0e14</guid><dc:creator>sake402</dc:creator><description>&lt;p&gt;Finally found the issue in my linker file after loosing two day to it&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;RAM (rwx) :  ORIGIN = 0x200EB8, LENGTH = 0x5148&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;should have been&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;RAM (rwx) :  ORIGIN = 0x20000EB8, LENGTH = 0x5148&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Will be nice if nordic can provide ready to use linker file for different targets and save newbies headaches like this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>