<?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>Blinky fail</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18808/blinky-fail</link><description>With nRF52832 DK I have managed to compile this blinky example: 
 #include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;stdint.h&amp;gt;
#include &amp;lt;stdbool.h&amp;gt;
#include &amp;quot;nrf_delay.h&amp;quot;
#include &amp;quot;nrf_gpio.h&amp;quot;

 const uint32_t led_pin1 = 13;


 int main(void) {

 nrf_gpio_cfg_output</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Jan 2017 13:47:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18808/blinky-fail" /><item><title>RE: Blinky fail</title><link>https://devzone.nordicsemi.com/thread/72631?ContentTypeID=1</link><pubDate>Thu, 05 Jan 2017 13:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:349a80f9-3fc5-4402-b3e3-06260f0cb13b</guid><dc:creator>elegan</dc:creator><description>&lt;p&gt;İt worked, thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blinky fail</title><link>https://devzone.nordicsemi.com/thread/72630?ContentTypeID=1</link><pubDate>Thu, 05 Jan 2017 13:45:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c528879-8bed-4499-a49b-4c73563f6d3e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Pin 13 is not connected to any LED on the nRF52 DK. Have you connected a LED to pin 13? &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/dev_kit_v1.1.0/hw_btns_leds.html?cp=2_2_2_3_1_4"&gt;LED 1 of the DK is connected to pin P0.17&lt;/a&gt;. You should try changing your code to &lt;code&gt;const uint32_t led_pin1 = 17;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>