<?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>What resource is used by IDLE-STATE TimeSlot?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49655/what-resource-is-used-by-idle-state-timeslot</link><description>I want to use TimeSlot API for nrf52832. 
 two question. 
 I want to use time slots regularly . I call follow, timeslot_open() timeslot_request() - timeslot_end() -&amp;gt; IDLE_STATE a few delay timeslot_request() - timeslot_end() -&amp;gt; IDLE_STATE ... repetition</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jul 2019 15:07:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49655/what-resource-is-used-by-idle-state-timeslot" /><item><title>RE: What resource is used by IDLE-STATE TimeSlot?</title><link>https://devzone.nordicsemi.com/thread/199860?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 15:07:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:531a3c9b-3b1c-497c-a7ca-2301b15fa020</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Syuji,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The application should only call&amp;nbsp;&lt;span&gt;sd_radio_session_close() when there is no scheduled timeslot, it want to&amp;nbsp;stop the session (when in IDLE).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Between timeslots, the application doesn&amp;#39;t need to call&amp;nbsp;&lt;span&gt;sd_radio_session_close().&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;There should be no peripheral occupied between timeslot (not in timeslot, but before you call&amp;nbsp;sd_radio_session_close() )&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;In other words, there shouldn&amp;#39;t be any peripheral occupied when in IDLE mode, unless it&amp;#39;s the softdevice activity.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What resource is used by IDLE-STATE TimeSlot?</title><link>https://devzone.nordicsemi.com/thread/199843?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 14:12:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ea82167-d5bf-4ca6-bd1f-be3c4c0f73dc</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;Sorry,&lt;/p&gt;
&lt;p&gt;timeslot_open() -&amp;gt; sd_radio_session_open()&lt;br /&gt;timeslot_request() -&amp;gt; sd_radio_request()&lt;br /&gt;timeslot_end() -&amp;gt; sd_radio_session_close()&lt;/p&gt;
&lt;p&gt;After receive NRF_EVT_RADIO_SESSION_IDLE(timeslot end),&lt;br /&gt;If I do not call sd_radio_session_close(), &lt;span class="tlid-translation translation" lang="en"&gt;&lt;span class="" title=""&gt;Are there any resources that will not be released?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What resource is used by IDLE-STATE TimeSlot?</title><link>https://devzone.nordicsemi.com/thread/198321?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 07:37:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e33ca2b9-f741-472f-a01c-458c1ad8ac44</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Syuji,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not quite sure I fully understand your question.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please post your code inside timeslot_open(), timeslot_request() and timeslot_end()&lt;/p&gt;
&lt;p&gt;What exactly you meant by &amp;quot;&lt;span&gt;timeslot_request() - timeslot_end()&amp;quot; ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When in timeslot period, there will be only RTC0 (and SWI5) occupied by the softdevice. No other peripheral will be used unless you use them in your code.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Timeslot is automatically closed base on the timeslot period that you request. The softdevice uses RTC0 to count this.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>