<?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>Getting started with Eval board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62242/getting-started-with-eval-board</link><description>I have just received my nRF52 development board and I have tried to program one of the pre-bjui;t examples (Blinky). The USB drive on the board appears and if I drag the hex file for the board (10040) onto the drive, the file copies but nothing occurs</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jun 2020 07:41:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62242/getting-started-with-eval-board" /><item><title>RE: Getting started with Eval board</title><link>https://devzone.nordicsemi.com/thread/254379?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2020 07:41:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53dd95cc-b0c5-44e5-9078-296c24148377</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello Sid,&lt;/p&gt;
[quote user="SidPrice"]I am using the examples\ble_peripheral\ble_app_blinky\hex\ble_app_blinky_pca10040_s132.hex.[/quote][quote user="SidPrice"]The file stays visible on the drive until I cycle the power, then it is gone. On startup the eval board turns on LED1, it does not blink.[/quote]
&lt;p&gt;&amp;nbsp;This is the correct behavior for this example, as can be read in the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_blinky.html"&gt;ble_peripheral Blinky example documentation.&lt;/a&gt;&amp;nbsp;It runs a contrary to the usual Blinky applications(which you can try out from the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/gpio_example.html"&gt;peripheral Blinky example&lt;/a&gt;(non BLE, only LEDs) because it includes the use of BLE communication between two devices.&lt;br /&gt;The way the BLE Blinky examples is set up is to demonstrate the transfer of a button press between devices, one running the BLE peripheral Blinky and one running the BLE central Blinky example.&lt;br /&gt;Sorry for any confusion this might have caused.&lt;/p&gt;
[quote user="SidPrice"]I see the file copied to the drive. The file stays visible on the drive until I cycle the power, then it is gone.[/quote]
&lt;p&gt;This is partially correct - once programmed the file should disappear from the file manager. However, the device should reboot itself within ~5 seconds of the firmware being copied to the JLink.&lt;br /&gt;Could you try to program the device(drop the .hex file in the JLink file explorer) and then just wait till it resets itself? It should, within a short time after the transfer completes.&lt;br /&gt;The debugger LED on the DK should also blink, following this.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eval board</title><link>https://devzone.nordicsemi.com/thread/254341?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2020 21:53:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:123df5e5-1570-4d6f-99df-7a05d6653d8d</guid><dc:creator>SidPrice</dc:creator><description>&lt;p&gt;Sorry, the SDK is&amp;nbsp;nRF5 SDK v16.0.0,&lt;/p&gt;
&lt;p&gt;Sid&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eval board</title><link>https://devzone.nordicsemi.com/thread/254340?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2020 21:43:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77469510-8518-4bdd-bfc6-c74cb740cada</guid><dc:creator>SidPrice</dc:creator><description>&lt;p&gt;Karl,&lt;/p&gt;
&lt;p&gt;I am using the examples\ble_peripheral\ble_app_blinky\hex\ble_app_blinky_pca10040_s132.hex. I drop the file onto the JLink &amp;quot;drive&amp;quot;. I see the file copied to the drive. The file stays visible on the drive until I cycle the power, then it is gone. On startup the eval board turns on LED1, it does not blink.&lt;/p&gt;
&lt;p&gt;I think the SDK version is&amp;nbsp;nRF_MDK_8_27_0.&lt;/p&gt;
&lt;p&gt;Sid&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eval board</title><link>https://devzone.nordicsemi.com/thread/253802?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 12:47:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8e588fa-500f-45eb-b537-2334982c11ac</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]I have just received my nRF52 development board and I have tried to program one of the pre-bjui;t examples (Blinky). The USB drive on the board appears and if I drag the hex file for the board (10040) onto the drive, the file copies but nothing occurs on the board.[/quote]
&lt;p&gt;Could you confirm for me which Blinky application you are using - is it the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/gpio_example.html"&gt;hardware peripheral(no SoftDevice/BLE capabilities) version&lt;/a&gt;, or one of the BLE blinky examples?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[quote user=""][/quote]&lt;/p&gt;
&lt;p&gt;The file remains visible until I restart the board.&lt;/p&gt;
&lt;p&gt;I was expecting the file to be flashed and the example to run. Pressing buttons does nothing.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Yes, if you drag and drop the prebuilt hex file into the JLink then the debugger leg should flash quickly on the device, and the JLink device should restart by itself, starting up with the newly flashed firmware. However, if you are using the hardware blinky example, then the leds will blink regardless of button pushes. If you are using the BLE blinky examples, then LED 1 will be on to signalize that the device is advertising/not connected to any other device. While in this state, button pushes will do nothing, if I recall correctly.&lt;br /&gt;&lt;br /&gt;Lastly, I just tried tested the SDK 16 hardware peripheral blinky application on my own nRF52 DK, and it behaved as expected.&lt;br /&gt;Which SDK version are you using?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eval board</title><link>https://devzone.nordicsemi.com/thread/253602?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2020 17:20:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e41ff3e-0c1f-4ad4-990b-f83f17f88048</guid><dc:creator>SidPrice</dc:creator><description>&lt;p&gt;Seems this example hex file may be bad? I just flashed the freertos blinky and it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>