<?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>How to use BLE + libuatre + app uart togather?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106990/how-to-use-ble-libuatre-app-uart-togather</link><description>I want to use LIBUARTE and app UART along with BLE. but problem is when i initialise all those peripheral my code is stuck in nrf_libuarte_async_enable(&amp;amp;libuarte1); this function. i want gnss data using libuarte. so what is the solution for that?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jan 2024 11:21:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106990/how-to-use-ble-libuatre-app-uart-togather" /><item><title>RE: How to use BLE + libuatre + app uart togather?</title><link>https://devzone.nordicsemi.com/thread/462254?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 11:21:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:470d96f9-6b0d-4035-bb50-e8fcf09bb6b1</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I would need more information about the issue to understand what the problem is, which is why I asked if you could do some testing with the debugger.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am also happy to test the code myself if you are able to share it in the case.&amp;nbsp;&lt;/p&gt;
[quote user="G gautam"]any example code for using all three module ble+libuarte+uart?[/quote]
&lt;p&gt;Unfortunately not. The libuarte module was added in one of the later SDK versions and is not supported by any of the Bluetooth examples. That said I can see no reason why combining BLE and libuarte should be an issue, my gut feeling is there is some other peripheral conflict related to using the app_uart library and the libuarte library at the same time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use BLE + libuatre + app uart togather?</title><link>https://devzone.nordicsemi.com/thread/462172?ContentTypeID=1</link><pubDate>Mon, 01 Jan 2024 12:03:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cca4bf6-eb13-42fa-b703-8108dcd2adb6</guid><dc:creator>G gautam</dc:creator><description>&lt;p&gt;what is the real solution? any example code for using all three module ble+libuarte+uart?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use BLE + libuatre + app uart togather?</title><link>https://devzone.nordicsemi.com/thread/462102?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2023 13:42:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fb5ffc4-9abc-49a7-8b35-3d080f481b7e</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Using the debugger could you try to single step through the&amp;nbsp;&lt;em&gt;nrf_libuarte_async_enable(..)&lt;/em&gt; function?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then you should be able to figure out exactly where it fails, which should make it easier to find the root cause of the problem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One potential issue is that you have some resource conflict, since each libuarte instance requires quite a lot of hardware resources (like timers or RTC modules and PPI channels).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>