<?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>I want to use the radio interrupt to receive data, but I only entered the interrupt once at initialization, and  I can&amp;#39;t enter the interrupt again.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33938/i-want-to-use-the-radio-interrupt-to-receive-data-but-i-only-entered-the-interrupt-once-at-initialization-and-i-can-t-enter-the-interrupt-again</link><description>I want to use the radio interrupt to receive data, but I only entered the interrupt once at initialization, and I can&amp;#39;t enter the interrupt again. But use the commented out code,I can get the data. thanks! 
 Here&amp;#39;s my code:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 May 2018 15:14:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33938/i-want-to-use-the-radio-interrupt-to-receive-data-but-i-only-entered-the-interrupt-once-at-initialization-and-i-can-t-enter-the-interrupt-again" /><item><title>RE: I want to use the radio interrupt to receive data, but I only entered the interrupt once at initialization, and  I can't enter the interrupt again.</title><link>https://devzone.nordicsemi.com/thread/131052?ContentTypeID=1</link><pubDate>Fri, 04 May 2018 15:14:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea299cf1-0ec8-4098-a853-910da49ca54b</guid><dc:creator>Crazy0qwer</dc:creator><description>&lt;p&gt;thank you for your reply,&lt;br /&gt;as you said，i missed &amp;quot;NRF_RADIO-&amp;gt;TASKS_START = 1U;&amp;quot; .&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;i try to make a transparent transmission module(485-radio-485).&lt;br /&gt;all functions have been ok,only some details need to be tested.&lt;br /&gt;thank you again for everything you&amp;rsquo;ve done.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want to use the radio interrupt to receive data, but I only entered the interrupt once at initialization, and  I can't enter the interrupt again.</title><link>https://devzone.nordicsemi.com/thread/130819?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 13:16:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cec588f6-1d31-4ce8-8d47-e753ee785682</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Well, when you commented out that code you are never starting the radio with the task TASKS_START. You are in RXIDLE mode, but a packet reception need to be initiated by triggering the START task.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not sure what you are trying to achieve, but if you want to use a proprietary radio protocol, e.g. not BLE, then I would recommend taking a look at ESB. See &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/esb_users_guide.html?cp=4_0_6_5_2"&gt;this&lt;/a&gt; and &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/esb_examples_ptx_prx.html?cp=4_0_6_4_7_2_0"&gt;this&lt;/a&gt; link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>