<?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>Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44940/simple-gpio-example---nrf9160-dk-2</link><description>Dear, 
 
 I tried the same code on : 
 https://devzone.nordicsemi.com/f/nordic-q-a/43774/simple-gpio-example---nrf9160-dk/173275#173275 
 
 and my code: 
 
 The Led1,2,3,4 will on/off in 5s, but P0.17 P0.18 P0.19 didnt change !! 
 
 Something else do</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Mar 2019 15:06:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44940/simple-gpio-example---nrf9160-dk-2" /><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177403?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 15:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:299326df-8dce-47d3-8cc5-8825375bdf26</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Hoang,&lt;br /&gt;I would appreciate if you could please make a new case since this is unrelated to the first post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177395?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 14:55:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d554af32-b734-4b71-8da3-20da30b1feca</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;It works! Thank you so much!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What I did&lt;/p&gt;
&lt;p&gt;1. Copy secure_boot and make a new project like&amp;quot;gpio&amp;quot;&lt;/p&gt;
&lt;p&gt;2. Copy Hoang&amp;#39;s&amp;nbsp; code to prj.conf, main.c, and .dts files&lt;/p&gt;
&lt;p&gt;3. Open secure_boot project and build and run&lt;/p&gt;
&lt;p&gt;4. Open &amp;quot;gpio&amp;quot; project again and build and rub.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It seems that&amp;nbsp;you must copy &amp;quot;secure_boot&amp;quot; project modify it..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177385?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 14:32:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8e1a305-1f73-43ea-9c0e-84be9d6ff77d</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;I really appreciate your advice!&lt;/p&gt;
&lt;p&gt;I usually copy asset_tracker and modify it. Must I have to copy secure_boot and modify it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And when I copy secure_boot and modify it as you describe above, I get error.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;1&amp;gt; zephyr/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj): In function `_vector_table&amp;#39;:
1&amp;gt; (.exc_vector_table._vector_table_section+0x1c): undefined reference to `__secure_fault&amp;#39;
1&amp;gt; collect2: error: ld returned 1 exit status
Build failed&lt;br /&gt;&lt;br /&gt;I&amp;#39;m confused.&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177378?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 14:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03c95de6-e29c-440b-99cd-cb9b6aa2ad0d</guid><dc:creator>Hoang</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I think I found the reason:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are using secure_boot, is it right ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;on the secure_boot, they have:&amp;nbsp;&lt;strong class="final-path"&gt;nrf9160_pca10090.overlay&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/secure_boot/nrf9160_pca10090.overlay"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/secure_boot/nrf9160_pca10090.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the pin 17,18,19 are using for UART2&lt;/p&gt;
&lt;p&gt;try to use other pins for uart2, then, you can test again and see&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;hope it will work&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;hng&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177370?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 14:06:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d52129b-b6e6-494e-b01e-a03fb7c2cc2f</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;Thank you so much for your reply!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I copied your code but I still have the same trouble.&lt;/p&gt;
&lt;p&gt;OS:&amp;nbsp;&lt;em&gt;macOS&lt;/em&gt;&lt;span&gt;&amp;nbsp;Mojave&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;prj.config&amp;gt;
CONFIG_GPIO=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My nRF9160 DK might be broken...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177222?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 07:35:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73ae8e35-4f03-4809-9124-c2e691e0b10a</guid><dc:creator>Hoang</dc:creator><description>&lt;p&gt;&lt;span&gt;Please make sure that you have&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/kconfig/CONFIG_GPIO.html?highlight=config_gpio#cmdoption-arg-config-gpio"&gt;&lt;strong&gt;CONFIG_GPIO=y&lt;/strong&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;in your&lt;/span&gt;&lt;strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;prj.conf&lt;/strong&gt;&lt;span&gt;&amp;nbsp;file. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177220?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 07:34:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c95a3626-1738-440c-a5ad-0c1e96d159ce</guid><dc:creator>Hoang</dc:creator><description>&lt;p&gt;Dear&amp;nbsp; Martin,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I fixed it,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the option:&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/kconfig/CONFIG_GPIO.html?highlight=config_gpio#cmdoption-arg-config-gpio"&gt;&lt;strong&gt;CONFIG_GPIO=y&lt;/strong&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;in your&lt;/span&gt;&lt;strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;prj.conf&lt;/strong&gt;&lt;span&gt;&amp;nbsp;file.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But, another thing, I want to ask you:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;on the backside of nRF9160 DK: it has:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;table width="128"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="64"&gt;GPIO&amp;nbsp;&lt;/td&gt;
&lt;td width="64"&gt;Function&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.02&lt;/td&gt;
&lt;td&gt;LED 1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.03&lt;/td&gt;
&lt;td&gt;LED 2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.04&lt;/td&gt;
&lt;td&gt;LED 3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.05&lt;/td&gt;
&lt;td&gt;LED 4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.06&lt;/td&gt;
&lt;td&gt;Button 1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.07&lt;/td&gt;
&lt;td&gt;Button 2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.08&lt;/td&gt;
&lt;td&gt;Button 3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.09&lt;/td&gt;
&lt;td&gt;Button 4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.26&lt;/td&gt;
&lt;td&gt;CTS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.27&lt;/td&gt;
&lt;td&gt;RTS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.28&lt;/td&gt;
&lt;td&gt;RxD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P0.29&lt;/td&gt;
&lt;td&gt;TxD&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1553063482112v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;On the schematic, using Switches to select, for example to control LED1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;pin P0.02 (from nRF91) will select LED1 or D2 (P0.02 on the PCB-P14), and the control pin (nRF52_P1.05 - fron nRF52)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So, we need one program for nRF52 to control for GPIO:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nRF9160_DK_board_controller_FW.hex&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9160-DK/Download"&gt;https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9160-DK/Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;with LED1234, the default setting (IN 1-2, IN3-4,..) = 0, so P0.02 --&amp;gt; LED1, P0.02--&amp;gt;LED2,..., so pin D2,D3,D4.D5 are floating (NO output signal)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;With the pin P0.17,P0.18, P0.19:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1553066905242v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I dont know the value of nRF52_P0.13 so I dont know pin A3/A4/A5 (P0.17,P0.18,P0.19 ) &lt;strong&gt;are connected&lt;/strong&gt; to nRF91 or &lt;strong&gt;FLOATING&lt;/strong&gt;!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="text-decoration:underline;"&gt;step1&lt;/span&gt;: control SW5 to nRF52, and program it:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="TextRun SCXO251541847 BCX5" lang="EN-US"&gt;&lt;span class="NormalTextRun SCXO251541847 BCX5"&gt;&amp;nbsp; &lt;em&gt;nrfjprog --program nRF9160_DK_board_controller_FW.hex --sectorerase -f nrf52 -r --verify&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;em&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;strong&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;My question: Can you share code of this one&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&lt;span style="text-decoration:underline;"&gt;step2&lt;/span&gt;: then, change SW5 to nRF91, and program&amp;nbsp;secure_boot&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp;(I am using Segger Embedded Studio)&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Build and Run&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sometime, I got error here: after secure_boot program; I used LTE Link Monitor to check the output report: it came with :&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NUL NUL NUL NUL NUL ........................................... ( nonstop)!!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/zephyr.hex"&gt;devzone.nordicsemi.com/.../zephyr.hex&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;em&gt;&lt;strong&gt; What&amp;#39;s wrong?&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&lt;span style="text-decoration:underline;"&gt;step3&lt;/span&gt;:&amp;nbsp;and program GPIO_code (previous)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Build and Run&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&amp;nbsp; &amp;nbsp; add:&amp;nbsp;&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/kconfig/CONFIG_GPIO.html?highlight=config_gpio#cmdoption-arg-config-gpio"&gt;&lt;strong&gt;CONFIG_GPIO=y&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;in your&lt;strong&gt;&amp;nbsp;prj.conf&lt;/strong&gt;&amp;nbsp;file.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;It worked with the secure_boot.hex from you, but I have problem with my secure boot now&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;Thanks,&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;Regards&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="EOP SCXO251541847 BCX5"&gt;hng&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/177186?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 23:32:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56c365de-40dd-4411-bcd5-2ed40b9755f4</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;I agree with Hoang. Pin17, 18, and 19 don&amp;#39;t work. If you know the solution, please let me know. Pin10 to 16 work fine.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple GPIO Example - nRF9160 DK-2</title><link>https://devzone.nordicsemi.com/thread/176927?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 09:52:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c5287ad-ef5f-4e29-b543-3065af7f46ff</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Hoang,&lt;/p&gt;
&lt;p&gt;Please make sure that you have &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/kconfig/CONFIG_GPIO.html?highlight=config_gpio#cmdoption-arg-config-gpio"&gt;&lt;strong&gt;CONFIG_GPIO=y&lt;/strong&gt;&lt;/a&gt; in your&lt;strong&gt; prj.conf&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;I tested on my side and it works fine. All leds are toggling and the GPIOs P0.17 - P0.18 toggles as well.&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a135ce1871814cb289d4767403cb7e29/pastedimage1552989058457v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>