<?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>Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2174/problems-after-switching-project-to-sdk-5-2-0</link><description>Hello, I&amp;#39;m trying to get my nrf51822 project from SDK 5.0.0 running in the latest SDK 5.2.0. To minimize problems with KEIL I used the template project and copied my sources into this.
After some problems with pstorage it seems to work. The nrf51822</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 14 Jun 2014 00:44:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2174/problems-after-switching-project-to-sdk-5-2-0" /><item><title>RE: Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/thread/9219?ContentTypeID=1</link><pubDate>Sat, 14 Jun 2014 00:44:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:538b1638-b132-456b-bba3-89c123e9cefe</guid><dc:creator>Richard Wurdack</dc:creator><description>&lt;p&gt;And this problem went away after correctly responding to BLE_GATTS_EVT_SYS_ATTR_MISSING. I hope that helps anyone else who stumbles across this thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/thread/9218?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2014 20:46:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:357f1be2-fe9d-4248-b80c-7ace8719587e</guid><dc:creator>Richard Wurdack</dc:creator><description>&lt;p&gt;I am seeing precisely this problem with our service as well. MCP is unable to perform service discovery without hitting this failure. The application in the firmware is not hitting any errors. I do get a disconnect notification with reason 0x13 (BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION). After MCP fails to connected, it is still possible to connect from our mobile application.&lt;/p&gt;
&lt;p&gt;This is a bit troubling because our CM plans to use the MCP as a test tool, since they can run it on Windows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/thread/9217?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 09:06:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:483dc165-14df-482d-ad33-c37291fdf6da</guid><dc:creator>Christoph Inhestern</dc:creator><description>&lt;p&gt;I don&amp;#39;t get into the error handler and so I don&amp;#39;t know where this error is caused.
I switched back to SDK 5.0.0 and everything is working. I&amp;#39; ll maybe try to update later, but for now I have to go forward.
Although thank you for your help and time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/thread/9216?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 08:26:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:081a9799-2e08-45ae-a85f-cd478b8c835e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Hi Chris&lt;/p&gt;
&lt;p&gt;You are correct, it is. It seems like the application is stuck somewhere, and is not able to respond. I would recommend you to make sure that the error handler in the top of main doesn&amp;#39;t reset, and instead use the debugger to inspect the file name, line number and error code that you most likely get there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/thread/9215?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 06:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:054e2111-1959-4913-8709-6e6b4ba763fd</guid><dc:creator>Christoph Inhestern</dc:creator><description>&lt;p&gt;Hi Petter&lt;/p&gt;
&lt;p&gt;Yes, it was working so far. The characteristics with the handle 0x000A and 0x00B belong to the &amp;quot;PrimaryService Generic Attribute (0x1801)&amp;quot;. Isn&amp;#39;t that a default BLE service?
On the handle 0x000A there was always a READ_NOT_PERMITTED, so I didn&amp;#39;t care about it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems after switching Project to SDK 5.2.0</title><link>https://devzone.nordicsemi.com/thread/9214?ContentTypeID=1</link><pubDate>Wed, 09 Apr 2014 18:13:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80a97f6d-58a6-4bdd-9d06-1c104bc3e143</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Hi Chris&lt;/p&gt;
&lt;p&gt;This worked perfectly with SDK 5.0.0?&lt;/p&gt;
&lt;p&gt;Seems like you don&amp;#39;t have permission to read the attribute value with handle 0x000A, and then you disconnects because you don&amp;#39;t get any response when trying to read attribute value with handle 0x000B.  Could you examine how that characteristic is configured?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>