<?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>ESB acknowledgment time-out value - clarification</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69161/esb-acknowledgment-time-out-value---clarification</link><description>I would like to understand the timeout values for wait for acknowledge on ESB protocol 
 Example, from the source code: 
 #define RX_WAIT_FOR_ACK_TIMEOUT_US_1MBPS (73) /**&amp;lt; 1 Mb RX wait for acknowledgment time-out value. Smallest reliable value - 68.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Dec 2020 09:52:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69161/esb-acknowledgment-time-out-value---clarification" /><item><title>RE: ESB acknowledgment time-out value - clarification</title><link>https://devzone.nordicsemi.com/thread/283741?ContentTypeID=1</link><pubDate>Tue, 08 Dec 2020 09:52:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:333b937e-b2d8-49e0-aa4f-88bd9b00cb34</guid><dc:creator>kammutierspule</dc:creator><description>&lt;p&gt;Thanks a lot, I understand now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESB acknowledgment time-out value - clarification</title><link>https://devzone.nordicsemi.com/thread/283738?ContentTypeID=1</link><pubDate>Tue, 08 Dec 2020 09:42:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e781aeb8-e5ec-4e95-a041-e7eaf802e948</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Mario&lt;/p&gt;
&lt;p&gt;If you mean the act of stopping the timer on the ADDRESS event, this is handled by a PPI channel, as configured on line 573 in nrf_esb.c:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_TIMER_STOP].EEP  = (uint32_t)&amp;amp;NRF_RADIO-&amp;gt;EVENTS_ADDRESS;
    NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_TIMER_STOP].TEP  = (uint32_t)&amp;amp;NRF_ESB_SYS_TIMER-&amp;gt;TASKS_SHUTDOWN;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This ensures that the ADDRESS event will immediately stop the timer, without having to wait for the software to respond to the event.&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: ESB acknowledgment time-out value - clarification</title><link>https://devzone.nordicsemi.com/thread/283612?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2020 15:15:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93338a91-62a2-405f-b76c-a05484fe7fc5</guid><dc:creator>kammutierspule</dc:creator><description>&lt;p&gt;I understand the idea, I&amp;nbsp;believe that was&amp;nbsp;the&amp;nbsp;described behavior on the nRF24L01+ datasheet.&lt;br /&gt;but looking on the nrf_esb.c (I&amp;#39;m looking to SDK 17.0.2) I can&amp;#39;t find where it deals the things that way.&lt;br /&gt;Could you point me in the esb sourcecode&amp;nbsp;what makes it work as you describe?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESB acknowledgment time-out value - clarification</title><link>https://devzone.nordicsemi.com/thread/283611?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2020 15:10:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da32ef08-5c95-42d3-b355-41e8c88b668d</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Mario&lt;/p&gt;
&lt;p&gt;The timeout&amp;nbsp;timer is stopped as soon as the ADDRESS event of the RX packet occurs, it doesn&amp;#39;t wait for the END event.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In other words the timeout doesn&amp;#39;t have to be large enough to cover the entire length of the packet.&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>