<?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>LIBUARTE with SoftDevice compatibility</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71228/libuarte-with-softdevice-compatibility</link><description>Hi Everyone, 
 
 I changed my old app_uart library for the new libuarte, which works really well whithout a SoftDevice. 
 
 Now I am struggling to make it work in my final application which runs a SoftDevice. 
 
 I looked into previous topics but none</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Feb 2021 09:42:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71228/libuarte-with-softdevice-compatibility" /><item><title>RE: LIBUARTE with SoftDevice compatibility</title><link>https://devzone.nordicsemi.com/thread/292627?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2021 09:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:584b9117-0d1c-43cc-8711-f23a79bbd520</guid><dc:creator>rchaudet</dc:creator><description>&lt;p&gt;I finally managed to make it work using app_timer:&lt;/p&gt;
&lt;p&gt;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It seems that the old app_timer is not compatible with libuarte so I had to use the new app_timer2 &amp;amp; drv_rtc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>