<?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>Keil 5.11 Device pack parsing error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2818/keil-5-11-device-pack-parsing-error</link><description>Has anyone tried Keil 5.11? I get a parsing error when installing/repairing SDK when it imports the device pack into Keil. 5.10 works great. 
 The new parser is complaining about invalid tags.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jun 2014 23:51:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2818/keil-5-11-device-pack-parsing-error" /><item><title>RE: Keil 5.11 Device pack parsing error</title><link>https://devzone.nordicsemi.com/thread/10792?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2014 23:51:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a0f2e0e-f2ac-4665-a4e2-69eec2649359</guid><dc:creator>Andrew Fernandes</dc:creator><description>&lt;p&gt;According to the &lt;a href="http://www.keil.com/pack/doc/CMSIS/Pack/html/_pack_format.html"&gt;Keil online documentation&lt;/a&gt;, the &lt;code&gt;swdconfig&lt;/code&gt; property has been removed. You can see that it was supported under previous CMSIS-Pack formats by looking them up in the Google cache.&lt;/p&gt;
&lt;p&gt;To fix it, look for the PDSC file in the &lt;code&gt;C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_DeviceFamilyPack\1.0.3&lt;/code&gt; directory. Find the &lt;code&gt;swdconfig&lt;/code&gt; tag and comment it out using XML comments by changing it to this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--&amp;lt;swdconfig default=&amp;quot;1&amp;quot; clock=&amp;quot;2000000&amp;quot;&amp;gt;--&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The JLink SWD clock parameters are queried automatically for the Segger devices, so this should be a harmless change.&lt;/p&gt;
&lt;p&gt;Then restart Keil.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve just done this, cleaned, then re-built, tested, flashed, and debugged a BLE HID solution, and it works just fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>