<?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>thingy_sdk_v2.1.0 and gcc build</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39847/thingy_sdk_v2-1-0-and-gcc-build</link><description>Hi. 
 
 We got Thingy for power measurement purposes. I tried first the it out of box and it works fine. Same with pre-built image. 
 However if I build the SDK example and flash it (Seggert j-link and nrfjprog) the I get super quick blue led flash and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Oct 2018 10:15:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39847/thingy_sdk_v2-1-0-and-gcc-build" /><item><title>RE: thingy_sdk_v2.1.0 and gcc build</title><link>https://devzone.nordicsemi.com/thread/154827?ContentTypeID=1</link><pubDate>Mon, 29 Oct 2018 10:15:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cf20123-5a1c-4743-a931-bf8d408456ec</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You&amp;#39;re right, the flash_softdevice target should have pointed to&amp;nbsp;&lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF52-DK/S132-SD-v4/58805"&gt;s132 v.4.0.2&lt;/a&gt;,&amp;nbsp;not s132 v.2.0.0.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="diff"&gt;diff --git a/project/pca20020_s132/armgcc/Makefile b/project/pca20020_s132/armgcc/Makefile
index f01f389..a3c7dbc 100644
--- a/project/pca20020_s132/armgcc/Makefile
+++ b/project/pca20020_s132/armgcc/Makefile
@@ -406,5 +406,5 @@ flash: nrf52832_xxaa_s132
 ## Flash softdevice
 flash_softdevice:
        @echo Flashing: s132_nrf52_2.0.0_softdevice.hex
-       nrfjprog --program ../../../sdk_components/softdevice/s132/hex/s132_nrf52_2.0.0_softdevice.hex -f nrf52 --chiperase
+       nrfjprog --program ../../../sdk_components/softdevice/s132/hex/s132_nrf52_4.0.2_softdevice.hex -f nrf52 --chiperase
        nrfjprog --reset -f nrf52
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Please try to see if it works if you do the following:&lt;/p&gt;
&lt;p&gt;1. Erase the chip to ensure that the bootloader gets removed: nrfjprog -e&lt;/p&gt;
&lt;p&gt;2. Update flash_softdevice target in project Makefile&lt;/p&gt;
&lt;p&gt;3. Download and copy s132 v.4.0.2 hex to&amp;nbsp;thingy_sdk_v2.1.0\sdk_components\softdevice\s132\hex&lt;/p&gt;
&lt;p&gt;4. Go the the makefile directory(\project\pca20020_s132\armgcc) and call &lt;em&gt;make flash_softdevice &amp;amp;&amp;amp; make flash&amp;nbsp;&lt;/em&gt;from the terminal.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;5.&amp;nbsp;Try to connect to the thingy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: thingy_sdk_v2.1.0 and gcc build</title><link>https://devzone.nordicsemi.com/thread/154513?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 13:00:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d4bf1f6-ac26-4239-b05e-c35cfe4b7e63</guid><dc:creator>Matts</dc:creator><description>&lt;p&gt;Quick correction, it pulses green light in rapid cycle, not blue. Small moment of color blindness.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>