<?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>SDK blinky example with softdevice does not start on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38318/sdk-blinky-example-with-softdevice-does-not-start-on-nrf52832</link><description>I am working with a ublox NINA-B1 based board. NINA-B1 uses the nRF52832. IDE is Segger. I followed the ublox instructions to create a custom board matching NINA based on the blinky/pca10040/s132 project (the nRF52832 DK, I believe). 
 However, when attempting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Sep 2018 08:28:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38318/sdk-blinky-example-with-softdevice-does-not-start-on-nrf52832" /><item><title>RE: SDK blinky example with softdevice does not start on nRF52832</title><link>https://devzone.nordicsemi.com/thread/147948?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 08:28:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:839a2c77-015a-444e-8763-395788bb2b00</guid><dc:creator>Norbert</dc:creator><description>&lt;p&gt;Hi TJ,&lt;/p&gt;
&lt;p&gt;Thanks a lot for you quick response. I erased all flash as you suggested and the code now works.&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK blinky example with softdevice does not start on nRF52832</title><link>https://devzone.nordicsemi.com/thread/147846?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 15:48:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b172c16-0a21-419c-b2d5-8ec6931a9c67</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The bootloader resides in high flash addresses. And it compares the FLASH to a checksum that it genereated during DFU and wrote to a &amp;quot;special&amp;quot; page in bootloader space.&lt;/p&gt;
&lt;p&gt;This prevents you from &amp;quot;just&amp;quot; flashing a new app using a debugger, since the checksum won&amp;#39;t match and thus the bootloader will not start the app.&lt;/p&gt;
&lt;p&gt;Workarounds:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remove the bootloader by erasing all flash&lt;/li&gt;
&lt;li&gt;Re-write the bootloader page with the correct CRC when debugging (in theory, have not actually tried that one)&lt;/li&gt;
&lt;li&gt;Re-Write the bootloader page with a &amp;quot;don&amp;#39;t care&amp;quot; CRC value&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>