<?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>Not succeeding to program nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39916/not-succeeding-to-program-nrf52832</link><description>HelloI am trying to program nRF52832 QFAA and am succeeding only partially: the debugger is connecting to the chip, and I can RUN step by step, however, I&amp;#39;m seeing only the assembly code, and am not able to point to the C code. 
 I tried the following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Oct 2018 08:54:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39916/not-succeeding-to-program-nrf52832" /><item><title>RE: Not succeeding to program nRF52832</title><link>https://devzone.nordicsemi.com/thread/154806?ContentTypeID=1</link><pubDate>Mon, 29 Oct 2018 08:54:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5591cfa5-bbbf-49a8-9608-7583e0912257</guid><dc:creator>udi</dc:creator><description>&lt;p&gt;I found the problem.&lt;/p&gt;
&lt;p&gt;The example package I used was&amp;nbsp;&lt;a id="resource-download-link54283-56-99376501" href="https://www.nordicsemi.com/eng/nordic/download_resource/54283/56/99376501/32925" rel="noopener noreferrer" target="_blank"&gt;nRF5-SDK-v12-zip&lt;/a&gt;&amp;nbsp;which is apparently not suitable for NRF52 (why does&amp;nbsp;Nordic place this software kit under NRF52 dowloads!).&lt;/p&gt;
&lt;p&gt;When using&amp;nbsp;&lt;a id="resource-download-link59014-94-66748782" href="https://www.nordicsemi.com/eng/nordic/download_resource/59014/94/66748782/116085" rel="noopener noreferrer" target="_blank"&gt;nRF5-SDK-zip&lt;/a&gt;&amp;nbsp;I was able to work correctly.&lt;/p&gt;
&lt;p&gt;Also I found out that I can only program correctly using SEGGER embedded studio. So all in all, I think Nordic has done a very poor job of making their ICs accessible, and am now considering to replace this module to another type.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not succeeding to program nRF52832</title><link>https://devzone.nordicsemi.com/thread/154782?ContentTypeID=1</link><pubDate>Sun, 28 Oct 2018 15:40:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:128a4e79-cdd2-4d28-9847-cde4f0522d60</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;You cannot use step mode once the softdevice (SD)&amp;nbsp; is active - this will mess up the BTLE timing, and causes the SD to throw faults at you.&lt;/p&gt;
&lt;p&gt;You should be able to step through your code beforte SD is activated.&lt;/p&gt;
&lt;p&gt;You can also look at the &lt;em&gt;address&lt;/em&gt; of the disassembly. SD addresses below the application have no (user available) source, and in upper flash there might be a bootloader (in case you flashed one). Both won&amp;#39;t allow the debugger to translate code addresses back to source lines - so you can only see disassembly at most.&lt;/p&gt;
&lt;p&gt;One other possible problem: The bootloader won&amp;#39;t accept applications updated via debugger unless you also flash the &amp;quot;bootloader settings page&amp;quot; generated by nrfutil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>