<?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>debug configuration on eclipse to run softdevice + application + bootloader?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37861/debug-configuration-on-eclipse-to-run-softdevice-application-bootloader</link><description>Hello, 
 I am using Eclipse with ARM toolchain on ubuntu to buid my application with softdevice s132 api version 3.1.0. I managed to build on eclipse and merge softdevice hex with application with the help of nrfjprog and mergehex. I would really like</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Aug 2018 11:53:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37861/debug-configuration-on-eclipse-to-run-softdevice-application-bootloader" /><item><title>RE: debug configuration on eclipse to run softdevice + application + bootloader?</title><link>https://devzone.nordicsemi.com/thread/146096?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 11:53:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:654c0e94-f796-48a7-b9c5-62e859b936d0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to generate and program a valid bootloader settings page to make the bootloader boot the application on startup, otherwise it will stay in DFU mode. This can be automated by modifying your Makefile. I have done this with Segger embedded studio, see my answer to this thread:&amp;nbsp; &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37507/buttonless-dfu-debugging-problem"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37507/buttonless-dfu-debugging-problem&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You also need to load the symbols file for the bootloader if you want to debug the bootloader and application at the same time.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: debug configuration on eclipse to run softdevice + application + bootloader?</title><link>https://devzone.nordicsemi.com/thread/145942?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 13:29:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6148cb8-3260-4c75-a1cf-1e4208902ec5</guid><dc:creator>Sathya0812</dc:creator><description>&lt;p&gt;Sorry that was the makefile, this is the linker!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;/* Linker script to configure memory regions. */&lt;br /&gt;&lt;br /&gt;SEARCH_DIR(.)&lt;br /&gt;GROUP(-lgcc -lc -lnosys)&lt;br /&gt;&lt;br /&gt;MEMORY&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; FLASH (rx) : ORIGIN = 0x1f000, LENGTH = 0x61000&lt;br /&gt;&amp;nbsp; RAM (rwx) :&amp;nbsp; ORIGIN = 0x20002128, LENGTH = 0xded8&lt;br /&gt;/** Location in UICR of NFC Pins register is stored. */&lt;br /&gt;&amp;nbsp; UICR_NFCPINS(r) : ORIGIN = 0x1000120C, LENGTH = 0x04 &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;SECTIONS&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; .fs_data :&lt;br /&gt;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVIDE(__start_fs_data = .);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEP(*(.fs_data))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVIDE(__stop_fs_data = .);&lt;br /&gt;&amp;nbsp; } &amp;gt; RAM&lt;br /&gt;&amp;nbsp; .pwr_mgmt_data :&lt;br /&gt;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVIDE(__start_pwr_mgmt_data = .);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEP(*(.pwr_mgmt_data))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROVIDE(__stop_pwr_mgmt_data = .);&lt;br /&gt;&amp;nbsp; } &amp;gt; RAM&lt;br /&gt;&amp;nbsp; /* Write the bootloader address in UICR. */ &lt;br /&gt;&amp;nbsp; .uicrNfcPinsAddress : &lt;br /&gt;&amp;nbsp; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEP(*(.uicrNfcPinsAddress)) &lt;br /&gt;&amp;nbsp; } &amp;gt; UICR_NFCPINS&lt;br /&gt;} INSERT AFTER .data;&lt;br /&gt;&lt;br /&gt;INCLUDE &amp;quot;nrf5x_common.ld&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>