<?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>nRF51802 ，using S130 2.0.1 ,and SDK is SDK 12.30 version</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42168/nrf51802-using-s130-2-0-1-and-sdk-is-sdk-12-30-version</link><description>Hi All: I am using NRF51802 ,SDK is 12.30 version, and softdevice is s130 2.0.1 version. using keil MDK 5.23 Version. And download the softdevice using nrfgostudio and keil both test,setting the IRAM1: start is 0x1B000,size is 0x25000, IRAM1 setting is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Aug 2019 16:06:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42168/nrf51802-using-s130-2-0-1-and-sdk-is-sdk-12-30-version" /><item><title>RE: nRF51802 ，using S130 2.0.1 ,and SDK is SDK 12.30 version</title><link>https://devzone.nordicsemi.com/thread/203667?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2019 16:06:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a8f3461-20c4-4b66-8a64-9d3b0e933dce</guid><dc:creator>msharhan</dc:creator><description>&lt;p&gt;Thanks for answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I had exactly the same question and now it is resolved. Also, it was needed to change memory mapping like in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/47423/linker-script-ble-stack-for-nrf51802/188136#188136"&gt;this question&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;pre class="ui-code" data-mode="text"&gt; MEMORY
{
    FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
    RAM (rwx) : ORIGIN = 0x20001fe8, LENGTH = 0x2018
}&lt;/pre&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51802 ，using S130 2.0.1 ,and SDK is SDK 12.30 version</title><link>https://devzone.nordicsemi.com/thread/164351?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 16:17:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7baa2dec-9d21-4ae3-bdfd-ee64a685ec6f</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;What have you set&amp;nbsp;NRF_CLOCK_LFCLKSRC to? You may try:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_clock_lf_cfg_t clock_lf_cfg = 
{
    .source = NRF_CLOCK_LF_SRC_RC,
    .rc_ctiv = 16, // Interval in 0.25 s, 16 * 0.25 = 4 sec
    .rc_temp_ctiv = 2, // Check temperature every .rc_ctiv, but calibrate every .rc_temp_ctiv 
    .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM,
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>