<?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>Interrupt in the middle of serial transmission?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70399/interrupt-in-the-middle-of-serial-transmission</link><description>Hi, 
 This is a followup from another issue ( link ) which helped with. 
 The suggestion to modify nrf_serial.c fixed the previous problem, and you can see that the TE (transmit enable) signal goes high for the full duration of the message, and goes low</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jan 2021 09:39:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70399/interrupt-in-the-middle-of-serial-transmission" /><item><title>RE: Interrupt in the middle of serial transmission?</title><link>https://devzone.nordicsemi.com/thread/290418?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2021 09:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2825260d-a40e-4732-9eef-3d49f869794a</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Awesome, I will consider the case closed then &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupt in the middle of serial transmission?</title><link>https://devzone.nordicsemi.com/thread/289325?ContentTypeID=1</link><pubDate>Fri, 15 Jan 2021 04:04:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2d3b5a3-9eee-4447-9a46-cdf84737a0c4</guid><dc:creator>nordev</dc:creator><description>&lt;p&gt;Thanks so much for this extra information, I was able to find out what was causing this gap and remove it! It was silly, a debug print statement (NRF_LOG_RAW_INFO) immediately following the serial_write call. It took so long because it looped through the entire message in order to print it. Thank you for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupt in the middle of serial transmission?</title><link>https://devzone.nordicsemi.com/thread/289283?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 16:23:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3193a724-10dd-43a8-b996-c07147352116</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you know if you are using the UART or UARTE peripheral under the hood?&lt;/p&gt;
&lt;p&gt;If easyDMA is enabled you will be using the UARTE peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are using the legacy UART peripheral then the UART transmission can be interrupted by other system interrupts, but 1.3ms is a very long time to be interrupted. Do you know of any interrupt sources in your application that could be this long?&lt;/p&gt;
&lt;p&gt;Interrupting everything else for 6-10ms is not ideal, and it will definitely cause issues if you are running a SoftDevice stack on the side. Hopefully we can figure out what is causing this gap in the communication.&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>