<?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>ISR Error in Asynchronous Uart RX/TX Crashing Zephyr when using Bluetooth (ncs v1.9.1)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88947/isr-error-in-asynchronous-uart-rx-tx-crashing-zephyr-when-using-bluetooth-ncs-v1-9-1</link><description>Hello, im trying to send Data from one Devkit to another (nrf9160 from nrf52840) the Problem is that if i enable Bluetooth on the nRF52 i get an error when receving/transmitting Data via UART. The Error Code is (RTT LOG of NRF52): 00&amp;gt; [00:00:11.234,375</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jun 2022 10:36:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88947/isr-error-in-asynchronous-uart-rx-tx-crashing-zephyr-when-using-bluetooth-ncs-v1-9-1" /><item><title>RE: ISR Error in Asynchronous Uart RX/TX Crashing Zephyr when using Bluetooth (ncs v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/372986?ContentTypeID=1</link><pubDate>Fri, 17 Jun 2022 10:36:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26821d73-61f1-4248-8b1f-35f91b8f7466</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Yes please create a new ticket if you are having a different issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ISR Error in Asynchronous Uart RX/TX Crashing Zephyr when using Bluetooth (ncs v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/372980?ContentTypeID=1</link><pubDate>Fri, 17 Jun 2022 10:16:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e21d788-01ac-4f9e-907f-a61ac769a26a</guid><dc:creator>Kriki</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;So i implemented the UARTE Driver but i cant get to TX/RX anything it crashes when it tries to create the TXEND Event.&lt;br /&gt;&lt;br /&gt;Should i create a new Ticket for this Problem considering that this is a new Problem.&lt;br /&gt;Thank you for your Help&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Nick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ISR Error in Asynchronous Uart RX/TX Crashing Zephyr when using Bluetooth (ncs v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/372605?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2022 13:55:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a077aacc-96b2-499b-8648-574754b59633</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Not exactly a sample, but the &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/lib/nrf_modem_lib/nrf_modem_lib_trace.c"&gt;modem trace module&lt;/a&gt; uses the UARTE driver.&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ISR Error in Asynchronous Uart RX/TX Crashing Zephyr when using Bluetooth (ncs v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/372566?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2022 12:18:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3764dcab-8185-4ca1-b997-7353b4506fd7</guid><dc:creator>Kriki</dc:creator><description>&lt;p&gt;Hello Einar,&lt;/p&gt;
&lt;p&gt;I will then have to use the UARTE Driver.&lt;br /&gt;Do you have any Examples using the Driver ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Nick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ISR Error in Asynchronous Uart RX/TX Crashing Zephyr when using Bluetooth (ncs v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/372396?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 13:06:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32de9218-ad12-478d-a342-ca63366b8321</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Using UART and BLE simultaneously on an nRF52 is problematic because your UART functions will get interrupted by high priority BLE tasks.&lt;/p&gt;
&lt;p&gt;To get around this I&amp;#39;d recommend using the UARTE driver, which has EasyDMA support, letting you read/write directly to/from RAM:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fuarte.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fuarte.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/drivers/uarte/driver.html"&gt;http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/drivers/uarte/driver.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another alternative is using an nRF53, which can run Bluetooth on a separate core.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>