<?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>Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23781/difficulty-getting-s132-softdevice-working-with-uart-example-uvision</link><description>To start off here, I&amp;#39;m using a Laird DVK-BL652-1.0, which according to Laird only needs to be re-configured to use the internal oscillator, but is otherwise very similar to the PCA10040. I&amp;#39;ve done this and run the &amp;quot;blinky&amp;quot; example successfully (blinky</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2017 02:54:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23781/difficulty-getting-s132-softdevice-working-with-uart-example-uvision" /><item><title>RE: Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/thread/93541?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2017 02:54:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afec79b6-9d0d-47ac-81ad-acf6b84213be</guid><dc:creator>Drewster</dc:creator><description>&lt;p&gt;Thank you for the help, Kristin!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/thread/93542?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 21:36:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f29b754-e4a8-448a-b8f4-6400a5e0f900</guid><dc:creator>Drewster</dc:creator><description>&lt;p&gt;Figured this one out - when using Keil, do &lt;em&gt;not&lt;/em&gt; run a build on the soft-device. Doing so will wipe out the old hex, and since the the flash target was never meant to be compiled, it won&amp;#39;t generate a new one. If you&amp;#39;ve done the same thing I have, just put a replacement hex file in the folder and flash it, then build and flash your application.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nordicsemi.com/eng/nordic/download_resource/58803/7/75021418/115611"&gt;www.nordicsemi.com/.../115611&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/thread/93540?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 21:22:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34549a46-a85b-42db-9b6e-a015104514ac</guid><dc:creator>Drewster</dc:creator><description>&lt;p&gt;I understand that it&amp;#39;s a hex file, however I was underthe impression I still needed to run a build in Keil and then load it.&lt;/p&gt;
&lt;p&gt;In any case.. uVision still won&amp;#39;t load the soft device. I get Error: Flash Download failed - could not load file.&lt;/p&gt;
&lt;p&gt;It appears the hex file is in the SDK - could you let me know what I should be seeing here? I&amp;#39;m also trying to use nRFgo (which isn&amp;#39;t clear on how to load the softdevice) and nrfjprog&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/thread/93539?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2017 11:48:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc12f59f-b06f-454a-8a5b-90e4da8da55b</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure if I understand what you mean by &amp;quot;try to compile the softdevice&amp;quot;. Anyway, the normal way to do it is to program the application and the softdevice separately:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1)&lt;/strong&gt; Program the softdevice using nRFgo studio or nrfjprog from cmd. The softdevice is a pre-compiled hex-file and nothing needs to be done to it before programming it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2)&lt;/strong&gt; Program the application.&lt;/p&gt;
&lt;p&gt;Does that work on your side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/thread/93538?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2017 03:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42c78ca3-89bf-47aa-bb90-047660e74456</guid><dc:creator>Drewster</dc:creator><description>&lt;p&gt;I don&amp;#39;t get any errors opening the project, and the application layer &amp;quot;nrf52832_xxaa&amp;quot; compiles fine, however when I try to compile the soft device (flash_s132_nrf52_4.0.2_softdevice) I get the following error. Attempting to dig for &amp;quot;nordic_common.h&amp;quot; and adding it to the include path just makes one more header not come up.. and then another, etc. etc. which is what originally led me to try Keil&amp;#39;s pack installer.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running uVision V5.23.0.0 by the way&lt;/p&gt;
&lt;p&gt;......\main.c(53): error:  #5: cannot open source input file &amp;quot;nordic_common.h&amp;quot;: No such file or directory
#include &amp;quot;nordic_common.h&amp;quot;
......\main.c: 0 warnings, 1 error
&amp;quot;............\components\softdevice\s132\hex\s132_nrf52_4.0.2_softdevice.hex&amp;quot; - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:00&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty getting s132 SoftDevice working with UART example (uVision)</title><link>https://devzone.nordicsemi.com/thread/93537?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 12:58:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa3c4bca-3b6f-4b49-9978-63ddff6b7905</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;To make the BLE examples in SDK 13.1 work &amp;quot;out-of-the-box&amp;quot;, S132 v.4.0.x should be used.&lt;/p&gt;
&lt;p&gt;When opening an example in the SDK, it should not be necessary to add the required files, they are already included in the project (also when using the arm5_no_packs version). Was there any errors when opening the project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>