<?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>nrf51422 goes in to WFE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10595/nrf51422-goes-in-to-wfe</link><description>Hi all, 
 I&amp;#39;m developing little project on nrf51 dongle(pca10031). After few succeses now I have big failure which stops my work. 
 How my environment looks like: Ubuntu 14.04, JLink V5.03h, arm-none-eabi 4.9.3 20141119. 1 week ago everything works</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Dec 2015 12:26:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10595/nrf51422-goes-in-to-wfe" /><item><title>RE: nrf51422 goes in to WFE</title><link>https://devzone.nordicsemi.com/thread/39439?ContentTypeID=1</link><pubDate>Fri, 04 Dec 2015 12:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f60be79-b449-4c3f-80e4-e95dffe40c9c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Reading the stack pointer was merely a way of checking if the application was programmed to the chip, and it seems like it wasn&amp;#39;t(?) You could have read any address in the application region to do this check, but thought it was easiest to check the stack pointer in the vector table as it&amp;#39;s always set to something.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51422 goes in to WFE</title><link>https://devzone.nordicsemi.com/thread/39438?ContentTypeID=1</link><pubDate>Wed, 02 Dec 2015 21:31:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d41fc777-9c55-4133-9697-16bb231609cd</guid><dc:creator>marcinioski</dc:creator><description>&lt;p&gt;Thanks for reply,&lt;/p&gt;
&lt;p&gt;Here is output of above command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;J-Link&amp;gt;mem32 0x1D000 1
0001D000 = FFFFFFFF
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I do not know what do you mean by initial stack pointer. Is it defined somewhere?
In gcc linker script exist:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;__StackLimit = __StackTop - SIZEOF(.stack_dummy)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Is it the same?&lt;/p&gt;
&lt;p&gt;Is there any way to check inside JLink(I am not familiar with it) from which function nrf51 start If even gdb breakpoint on _start function is not triggered?&lt;/p&gt;
&lt;p&gt;=====UPDATE=====
Ok, it started working. Thanks for help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51422 goes in to WFE</title><link>https://devzone.nordicsemi.com/thread/39437?ContentTypeID=1</link><pubDate>Wed, 02 Dec 2015 13:17:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e9b498c-ff2a-4c97-9812-75785ff73b5e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I got the same result when I erased the application and only had the SD programmed. Please try the following in Jlink commander to verify that the application vector table is present at 0x1D000:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;jlink &amp;gt; mem32 0x1D000 1 // check if it returns the initial stack pointer.  
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>