<?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>nRF52 ESB RF (Enhanced Shockburst)SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74412/nrf52-esb-rf-enhanced-shockburst-sdk</link><description>hi, 
 After the TX interrupt event occurs, on_radio_disabled_tx() is executed. 
 
 
 There is a timeout event for receiving an ACK. I noticed that the timer timeout was set using TIMER2, but I didn&amp;#39;t see where the timer interrupt was generated. 
 But</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Apr 2021 14:52:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74412/nrf52-esb-rf-enhanced-shockburst-sdk" /><item><title>RE: nRF52 ESB RF (Enhanced Shockburst)SDK</title><link>https://devzone.nordicsemi.com/thread/306856?ContentTypeID=1</link><pubDate>Mon, 26 Apr 2021 14:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8091ca14-9ffe-4cf8-89e4-b39dcf82bc5b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Ellison,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The ESB protocol use the TIMER2 in a little bit smart way. So there is no interrupt handler code, but instead the process is automated with PPI. You can find in ppi_init() the automation task-event is connected. So when&amp;nbsp;NRF_ESB_SYS_TIMER-&amp;gt;EVENTS_COMPARE occurs the TASK_DISABLE will be triggered. It automatically stop the PTX from waiting for ACK if it&amp;#39;s timed out.&lt;/p&gt;
&lt;p&gt;The CC[1] will start TX automatically if there is a retransmission needed.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>