<?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>NRF91 PSM / eDRX application operation mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46774/nrf91-psm-edrx-application-operation-mode</link><description>Hi, 
 
 I have some questions about application operation while in PSM / eDRX mode. 
 1. when modem is in deep sleep mode, is the application halted too ? 
 2. if not, what happens when sending data to the internet? 
 3. does the application get an interrupt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Apr 2019 10:28:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46774/nrf91-psm-edrx-application-operation-mode" /><item><title>RE: NRF91 PSM / eDRX application operation mode</title><link>https://devzone.nordicsemi.com/thread/184523?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 10:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce53682c-bef6-4db8-910b-ff4726b0a90a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]1. when modem is in deep sleep mode, is the application halted too ?&amp;nbsp;[/quote]
&lt;p&gt;The application has a dedicated CPU (Cortex M33), so it runs asynchronous to the modem.&lt;/p&gt;
&lt;p&gt;The state of the application depends on your running program.&lt;/p&gt;
[quote user=""]2. if not, what happens when sending data to the internet?[/quote]
&lt;p&gt;If the application needs to transmit data while the modem is in eDRX or PSM mode, it&amp;#39;ll wake up and send the specific data, then go back to eDRX or PSM.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PSM and eDRX is for receive &amp;quot;polling&amp;quot; only, you can send data at any time.&lt;/p&gt;
[quote user=""]3. does the application get an interrupt when the modem is active?&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;Are you referring to the PSM or eDRX timeout? No, that is not conveyed to the application.&lt;/p&gt;
&lt;p&gt;The application should use functions like recv() or poll() to check if there&amp;#39;s any received data available for the current opened socket.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>