<?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>nRF51822 hangs while running with S110 SoftDevice and S110 HRS App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2229/nrf51822-hangs-while-running-with-s110-softdevice-and-s110-hrs-app</link><description>I have a nRF51822 Evaluation kit I am trying to get up and running. My kit has the older QFAACA part.
I followed the steps to setup eclipse and GCC and i am successfully compiling. I adapted the GCC makefile and eclipse project to the PCA10001 board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Aug 2014 22:25:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2229/nrf51822-hangs-while-running-with-s110-softdevice-and-s110-hrs-app" /><item><title>RE: nRF51822 hangs while running with S110 SoftDevice and S110 HRS App</title><link>https://devzone.nordicsemi.com/thread/9389?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 22:25:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ece81dc0-4508-405f-8aa9-4d7ba01135d2</guid><dc:creator>Stephen</dc:creator><description>&lt;p&gt;I experienced a similar issue.  The solution was to ensure I had the correct version of the soft device installed.  I was using v6.0.0 and when I switched to v7.0.0 like magic, everything started working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 hangs while running with S110 SoftDevice and S110 HRS App</title><link>https://devzone.nordicsemi.com/thread/9388?ContentTypeID=1</link><pubDate>Wed, 07 May 2014 00:31:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b439ab56-119c-4106-80b2-871f8bae25b6</guid><dc:creator>Chris Lovett</dc:creator><description>&lt;p&gt;You should have the source for bond_manager_init located in the SDK ~\Nordic\nrf51822\Source\ble\ble_bondmngr.c, so in stepping through that where does it hang exactly ?&lt;/p&gt;
&lt;p&gt;Some things to try:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;try &amp;quot;erase all&amp;quot; flash memory, then re-download the softdevice and your app.&lt;/li&gt;
&lt;li&gt;try setting m_bondmngr_config.bonds_delete to true&lt;/li&gt;
&lt;li&gt;the only soft device call the bond manager init makes is flash_pages_erase which calls sd_flash_page_erase.&lt;/li&gt;
&lt;li&gt;make sure your app is downloading to Region 1, usually 0x14000.  If your &amp;quot;main&amp;quot; function is lower than this then you probably clobbered the soft device.&lt;/li&gt;
&lt;li&gt;lastly make sure the SDK you compiled against matches the soft device you are using.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>