<?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>Inquiry on Setting Up Interrupt for UDP Reception on nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113659/inquiry-on-setting-up-interrupt-for-udp-reception-on-nrf9160</link><description>I am currently working on a project using the nRF9160 DK and I am implementing CoAP communication. In my application, I would like to trigger an interrupt on the firmware side whenever the modem receives a UDP packet, in order to call function for processing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Aug 2024 00:52:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113659/inquiry-on-setting-up-interrupt-for-udp-reception-on-nrf9160" /><item><title>RE: Inquiry on Setting Up Interrupt for UDP Reception on nRF9160</title><link>https://devzone.nordicsemi.com/thread/497061?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 00:52:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2842a606-0257-4d1f-bb9e-3088c8007e4e</guid><dc:creator>toshi_j</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you for your response. I appreciate the guidance provided. I will consider using polling to handle UDP packet reception. Your advice has been very helpfull !&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry on Setting Up Interrupt for UDP Reception on nRF9160</title><link>https://devzone.nordicsemi.com/thread/496950?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 11:35:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a49533b-190a-4346-b356-91c4308ce9cc</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;An interrupt is a pretty high prio resource. I would not use it for something like a incoming message.&lt;/p&gt;
&lt;p&gt;For network communication it&amp;#39;s more common to use functions as &amp;quot;poll&amp;quot; (see the sample for &lt;a href="https://docs.zephyrproject.org/latest/samples/net/sockets/echo_async/README.html"&gt;poll&lt;/a&gt; ).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>