<?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>PCA10040 - UART + SoftDevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11882/pca10040---uart-softdevice</link><description>Hi, 
 SDK: v11.0.0.2-alpha
DK: PCA10040 (NRF52) 
 I am trying to build a peripheral application that communicates with an external device via UART (h/w flow disabled). For this, I am using the &amp;quot;ble_peripheral/experimental_ble_app_blink&amp;quot; and &amp;quot;peripheral</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Feb 2016 09:05:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11882/pca10040---uart-softdevice" /><item><title>RE: PCA10040 - UART + SoftDevice</title><link>https://devzone.nordicsemi.com/thread/45004?ContentTypeID=1</link><pubDate>Tue, 16 Feb 2016 09:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa6ef648-242a-42f6-81f8-ed571ee31ef2</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;What files and drivers are you using in your examples? There were made some changes in the uart modules in one of the latest SDKs and maybe your projects use different modules. The uart libraries are now using the nrf_drv_uart drivers. &lt;a href="https://devzone.nordicsemi.com/question/59646/uart-sdk-migration-810-1000/"&gt;Relevant thread&lt;/a&gt;. The &lt;em&gt;ble_peripheral/experimental_ble_app_blinky&lt;/em&gt; example with these files and with this code worked for me:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3617.uart.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Paths to files:&lt;/p&gt;
&lt;p&gt;SDK_11.0.0\components\libraries\fifo\app_fifo.c&lt;/p&gt;
&lt;p&gt;SDK_11.0.0\components\libraries\uart\app_uart_fifo.c&lt;/p&gt;
&lt;p&gt;SDK_11.0.0\components\drivers_nrf\uart\nrf_drv_uart.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>