<?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>nRF52 DK: Issues in Step wise debugging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12984/nrf52-dk-issues-in-step-wise-debugging</link><description>Hi,
I have followed all the instructions required for performing the build and debugging, but still unable to do step wise debugging. Please find the log for the output console. 
 **&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Apr 2016 19:05:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12984/nrf52-dk-issues-in-step-wise-debugging" /><item><title>RE: nRF52 DK: Issues in Step wise debugging</title><link>https://devzone.nordicsemi.com/thread/49490?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2016 19:05:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:868fb477-4230-4b90-99e8-7cb071240095</guid><dc:creator>Shreeranganath Gupta</dc:creator><description>&lt;p&gt;Yes. It is have the g3 option set.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK: Issues in Step wise debugging</title><link>https://devzone.nordicsemi.com/thread/49489?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2016 17:57:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fa055fa-83f2-4d89-97b9-f3b9a1031874</guid><dc:creator>Shreeranganath Gupta</dc:creator><description>&lt;p&gt;I am using the make file provided by the sample application and SDK. I haven&amp;#39;t modified any file considering it should work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK: Issues in Step wise debugging</title><link>https://devzone.nordicsemi.com/thread/49487?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2016 09:33:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f5774a5-18ac-4dd4-be9e-a72ba2412f50</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Are you using the Makefile included in the SDK? And have you set the -g3 flag in the makefile?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK: Issues in Step wise debugging</title><link>https://devzone.nordicsemi.com/thread/49488?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 21:12:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faaaf4f8-eecd-426f-9b4d-34c60f81a214</guid><dc:creator>Shreeranganath Gupta</dc:creator><description>&lt;p&gt;Please find the requested details&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;SDK - nRF5 SDK v11.0.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sample Application - nRF5_SDK_11.0.0_blinky_blank_pca10040&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Eclipse - Mars&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GNU ARM Tools - 4.9 2015q3&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;nRF52 DK - PCA10040, V1.1.0, 2016.11, Serial Number - 682777651&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Linker script - blinky_gcc_nrf52.ld&lt;/p&gt;
&lt;p&gt;/* Linker script to configure memory regions. */&lt;/p&gt;
&lt;p&gt;SEARCH_DIR(.)&lt;br /&gt;
GROUP(-lgcc -lc -lnosys)&lt;/p&gt;
&lt;p&gt;MEMORY&lt;br /&gt;
{&lt;br /&gt;
FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000&lt;br /&gt;
RAM (rwx) :  ORIGIN = 0x20000000, LENGTH = 0x10000&lt;br /&gt;
}&lt;br /&gt;
SECTIONS&lt;br /&gt;
{&lt;br /&gt;
.fs_data :&lt;br /&gt;
{&lt;br /&gt;
PROVIDE(__start_fs_data = .);&lt;br /&gt;
KEEP(*(.fs_data))&lt;br /&gt;
PROVIDE(__stop_fs_data = .);&lt;br /&gt;
} &amp;gt; RAM&lt;br /&gt;
} INSERT AFTER .data;&lt;br /&gt;
INCLUDE &amp;quot;nrf5x_common.ld&amp;quot;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Please let me know if you need more information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK: Issues in Step wise debugging</title><link>https://devzone.nordicsemi.com/thread/49486?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 08:22:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55575004-62b3-475f-a0a0-cf9bb9c4abaa</guid><dc:creator>Christopher</dc:creator><description>&lt;p&gt;Could you give us more information about the SoftDevice and SDK you use ? Please also copy here the linker script you use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>