<?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>Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7159/nothing-happens-when-i-flash-a-firmware-on-a-custom-nrf51822-board</link><description>The board is simply an nrf51822 with a crystal and required caps and resistors, without any LEDs. When I try to flash any firmware, I get an OK that the firmware has been flashed BUT there&amp;#39;s no sign of a BLE connectivity. 
 I&amp;#39;m using nRF51822 QFAAG2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 May 2015 10:06:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7159/nothing-happens-when-i-flash-a-firmware-on-a-custom-nrf51822-board" /><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25296?ContentTypeID=1</link><pubDate>Thu, 21 May 2015 10:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:495bddc8-4822-4c9c-8f0c-caa813f5f033</guid><dc:creator>moenad</dc:creator><description>&lt;p&gt;Converted Nick&amp;#39;s reply to an answer, it turned out SOFTDEVICE_HANDLER_INIT first parameter isn&amp;#39;t correct for my case. no 32k crystal involved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25295?ContentTypeID=1</link><pubDate>Thu, 21 May 2015 09:12:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c83ab4ea-430b-4e5c-8f90-9f43e05f3477</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Can you debug your application to see if it starts. I think your device is doing a softdevice at the very early stage of your application. It could be that you are trying to initialize the softdevice with LFCLK which you do not have on your board. Check this macro in your APP &lt;code&gt;SOFTDEVICE_HANDLER_INIT&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25294?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 18:07:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb7bbcc9-f515-485e-ac6b-6df2e6326e57</guid><dc:creator>Nick Pelis</dc:creator><description>&lt;p&gt;If you didn&amp;#39;t include a 32k crystal in your design, then the RC oscillator will probably work just fine for you instead.&lt;/p&gt;
&lt;p&gt;As far as the JLinkARM DLL error, try disconnecting the external board and see if you still have the issue.  Also make sure you have the latest JLink package from Segger&amp;#39;s website.  There are other solutions as well people have posted here...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25298?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 17:57:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56df73c3-e732-4dbf-8c9a-36a161b8f1e9</guid><dc:creator>moenad</dc:creator><description>&lt;p&gt;oh I see! The board I&amp;#39;m using has no 32k crystal, that might be the first problem? but I just notice something, I didn&amp;#39;t know that you can use the nrfgo studio for external boards but I just checked and when I try to flash the softdevice, I get an error &amp;quot;An error condition was detected in the JLinkARM DLL&amp;quot;... strange, I&amp;#39;m not sure what to do..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25297?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 17:39:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef89467e-b8a6-45a0-a074-dd3fa41e6cbe</guid><dc:creator>Nick Pelis</dc:creator><description>&lt;p&gt;You might check that your call to SOFTDEVICE_HANDLER_APPSH_INIT (or SOFTDEVICE_HANDLER_INIT) matches reality.  I ran into problems when trying to bring up our custom board because the stock example code--which worked on the nRF51 DK--made use of the 32k LFCLK crystal and our custom board did not have that component.&lt;/p&gt;
&lt;p&gt;The other thing you might check in nRF Studio is that what the JLink device actually sees is your custom board and not the nRF51422 on the development board.  It could be that this whole time there&amp;#39;s been a connection issue between your custom board and the DK, and what you&amp;#39;re actually flashing firmware to is the dev board, not the custom board.&lt;/p&gt;
&lt;p&gt;Other than that, it&amp;#39;s hard to say what&amp;#39;s going on if you can&amp;#39;t get a debugger attached.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25293?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 17:30:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f17f095f-89cb-4cf7-9e88-2371ceca3709</guid><dc:creator>moenad</dc:creator><description>&lt;p&gt;Yes, of course.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nothing happens when I flash a firmware on a custom nrf51822 board</title><link>https://devzone.nordicsemi.com/thread/25292?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 16:43:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2ac542e-ed81-4400-bcee-19c6f2a9be09</guid><dc:creator>Nick Pelis</dc:creator><description>&lt;p&gt;Did you also flash the SoftDevice?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>