<?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>How to disable usb suspend on nRF24LU1P</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18510/how-to-disable-usb-suspend-on-nrf24lu1p</link><description>Hi, Nordic
I have one nRF24LU1P, I program app to made it as USB Dongle. 
 Now I need to disable usb suspend or once USB suspend, app resume usb immeiately. 
 Could you help me? I know when usb suspend, it will callback suspend function. How can I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Dec 2016 00:35:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18510/how-to-disable-usb-suspend-on-nrf24lu1p" /><item><title>RE: How to disable usb suspend on nRF24LU1P</title><link>https://devzone.nordicsemi.com/thread/71430?ContentTypeID=1</link><pubDate>Fri, 23 Dec 2016 00:35:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97fe7d7e-7827-48e7-8c72-06a0179809ed</guid><dc:creator>Chaw</dc:creator><description>&lt;pre&gt;&lt;code&gt; if(hal_usb_get_state() == SUSPENDED） 
     hal_usb_wakeup();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It will work fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to disable usb suspend on nRF24LU1P</title><link>https://devzone.nordicsemi.com/thread/71429?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 09:27:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07fbfdd1-839f-4769-8f4e-23260c6c2af7</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Suspend handling should be implemented in our &lt;a href="https://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRFready-Desktop"&gt;nRFready Desktop v1.2.3 reference design&lt;/a&gt;.
I would recommend looking at this implementation to see how usb suspend/resume should be handled. I&amp;#39;ll PM you a product key to unlock the download.&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>