<?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>FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17516/freertos-with-configuse_tickless_idle-activated-causes-a-bad-behaviour-in-the-rx-of-uarte</link><description>Hi to everybody, 
 I am working with nrf52 and SDK11. In my project I am using freertos and an UARTE with this configuration: 
 
 9600bps 
 TX/RX (no CTS; no RTS) 
 HW flow control disabled. 
 No parity. 
 DMA. 
 
 DMA TX buffer of 16 bytes.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Aug 2017 08:08:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17516/freertos-with-configuse_tickless_idle-activated-causes-a-bad-behaviour-in-the-rx-of-uarte" /><item><title>RE: FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/thread/67348?ContentTypeID=1</link><pubDate>Thu, 10 Aug 2017 08:08:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c557bf9e-4b9e-484d-8760-7bdcc8d9434a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;sorry i forgot to update this thread and don&amp;#39;t remember the conclusion.
@dpa, do you remember the conclusion? or can you please give me the case number so that i can find it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/thread/67347?ContentTypeID=1</link><pubDate>Wed, 09 Aug 2017 23:40:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9463f910-23c2-49f7-a15d-1ff6668aaac0</guid><dc:creator>Mariano</dc:creator><description>&lt;p&gt;Hi! any news about this post?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/thread/67346?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 12:57:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f60a21d-2b50-4b4c-96ae-0cfa4f765add</guid><dc:creator>dpa</dc:creator><description>&lt;p&gt;Ok! On monday I will prepare it and upload to register a new case, thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/thread/67345?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 12:51:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b068b8b-c771-4b78-8108-82fc6a091881</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi dpa,&lt;/p&gt;
&lt;p&gt;Can you please attach it &lt;a href="https://www.nordicsemi.com/eng/supportcase/create"&gt;here&lt;/a&gt; and i will pick it up. This is much secure and we will be bound to NDA if you upload your code here. Please also attach your project, tell me steps to reproduce the error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/thread/67344?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 12:23:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c7b8303-6cb7-4348-a717-878125b1c117</guid><dc:creator>dpa</dc:creator><description>&lt;p&gt;If configUSE_TICKLESS_IDLE is not set the UART receives ok!&lt;/p&gt;
&lt;p&gt;The project is for a propietary platform not for a DK. I would like not to share the complete project so how can i send it to you in order to avoid attaching it in the post for public acess?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with  configUSE_TICKLESS_IDLE activated causes a bad behaviour in the RX of UARTE</title><link>https://devzone.nordicsemi.com/thread/67343?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 10:59:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f78bec58-1a94-4940-bbec-b502a518b70b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi dpa,&lt;br /&gt;
Are you seeing this problem only when you enable TICKLESS_IDLE? in non tickless mode your code is functioning correctly?&lt;/p&gt;
&lt;p&gt;For me it is little confusing of how this is related to FreeRTOS? The interrupt handlers called are not FreeRTOS related at all for UART. So any events triggering the UART interrupt must have correct bytes received in the hardware irrespective of any irregularities in FreeRTOS port. Probably there is some incompatibility with the SDK drivers and FreeRTOS interrupt handling!!?? Not sure. For me to be able to debug, i request you to upload your project so that i can see the problem and attempt to debug it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>