<?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>nrf_section_iter problem with SDK 15 and armgcc</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33850/nrf_section_iter-problem-with-sdk-15-and-armgcc</link><description>Hello, 
 I am porting OpenWSN to the nRF52840 DK. While implementing power management, I was about to use the Power Management Library from SDK 15. Many other modules, drivers, libraries compile and build fine, but with &amp;quot;nrf_pwr_mgmt.c&amp;quot; I get following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 30 Jul 2023 12:37:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33850/nrf_section_iter-problem-with-sdk-15-and-armgcc" /><item><title>RE: nrf_section_iter problem with SDK 15 and armgcc</title><link>https://devzone.nordicsemi.com/thread/438861?ContentTypeID=1</link><pubDate>Sun, 30 Jul 2023 12:37:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e69701c-8b23-4705-8aa3-c15ae1c98a17</guid><dc:creator>RenanSP</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_section_iter problem with SDK 15 and armgcc</title><link>https://devzone.nordicsemi.com/thread/438860?ContentTypeID=1</link><pubDate>Sun, 30 Jul 2023 12:37:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:816e4204-971a-4598-ba83-568f3dcc5b7b</guid><dc:creator>RenanSP</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks! I&amp;nbsp;wasted hours trying to figure this out&lt;/span&gt;&lt;span&gt;. I really wish&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF5&amp;nbsp;&lt;/span&gt;&lt;span&gt;SKD /&amp;nbsp;&lt;/span&gt;&lt;span&gt;Segger&amp;nbsp;would better&amp;nbsp;centralize the configurations.&amp;nbsp;Too many related configurations are dispersed among several menus, directories, and files.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_section_iter problem with SDK 15 and armgcc</title><link>https://devzone.nordicsemi.com/thread/267588?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 10:11:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3a4996f-468f-418e-8a56-84cee4e71e88</guid><dc:creator>oguzhanK</dc:creator><description>&lt;p&gt;Just add the line below to &amp;quot;flash_placement.xml&amp;quot; in your project folder.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; keep=&amp;quot;Yes&amp;quot; load=&amp;quot;Yes&amp;quot; name=&amp;quot;.pwr_mgmt_data&amp;quot; inputsections=&amp;quot;*(SORT(.pwr_mgmt_data*))&amp;quot; address_symbol=&amp;quot;__start_pwr_mgmt_data&amp;quot; end_symbol=&amp;quot;__stop_pwr_mgmt_data&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_section_iter problem with SDK 15 and armgcc</title><link>https://devzone.nordicsemi.com/thread/239265?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2020 08:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2886982-bb97-42e0-82b2-8d783d91d215</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I have the same problem. Where can I find my linker script file? I&amp;#39;m using Segger&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_section_iter problem with SDK 15 and armgcc</title><link>https://devzone.nordicsemi.com/thread/130057?ContentTypeID=1</link><pubDate>Fri, 27 Apr 2018 06:53:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f36a7d9f-1189-40d0-8e0d-f458b10e996e</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;OK, I managed to get over the problem by inserting&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;SECTIONS
{
  .pwr_mgmt_data :
  {
    PROVIDE(__start_pwr_mgmt_data = .);
    KEEP(*(SORT(.pwr_mgmt_data*)))
    PROVIDE(__stop_pwr_mgmt_data = .);
  } &amp;gt; FLASH
} &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;into my linker script file. Alternatively, using &lt;strong&gt;config\nrf52840\armgcc\generic_gcc_nrf52.ld&lt;/strong&gt; as linker script from SDK 15 also works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>