<?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>Error, nrf_sdh_enable_request()</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39735/error-nrf_sdh_enable_request</link><description>Hello, 
 I&amp;#180;m using nrf52832 with sdk 14.2.0 and softdevice s332. 
 MEMORY
{
 FLASH (rx) : ORIGIN = 0x2D000, LENGTH = 0x53000
 RAM (rwx) : ORIGIN = 0x20001F30, LENGTH = 0xE0D0
} I&amp;#39;m trying to start the softdevice ( nrf_sdh_enable_request ();), but it gives</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Oct 2018 11:00:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39735/error-nrf_sdh_enable_request" /><item><title>RE: Error, nrf_sdh_enable_request()</title><link>https://devzone.nordicsemi.com/thread/154051?ContentTypeID=1</link><pubDate>Tue, 23 Oct 2018 11:00:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9808f06f-7a6c-4fc9-8a83-8a7ac4aa15ba</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you enabled the section variables library in you sdk_config.h file?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;q&amp;gt; NRF_SECTION_ITER_ENABLED  - nrf_section_iter - Section iterator
 

#ifndef NRF_SECTION_ITER_ENABLED
#define NRF_SECTION_ITER_ENABLED 1
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>