<?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>Radio can not work inside timeslot handler</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19821/radio-can-not-work-inside-timeslot-handler</link><description>I&amp;#39;m trying to transmit a radio signal inside time slot handler, the code is like: 
 
 
 switch (signal_type) 
 
 
 case NRF_RADIO_CALLBACK_SIGNAL_TYPE_START:
 radio_configure();
 NRF_RADIO-&amp;gt;EVENTS_READY = 0;
 NRF_RADIO-&amp;gt;TASKS_TXEN = 1;
 while</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 19 Feb 2017 20:17:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19821/radio-can-not-work-inside-timeslot-handler" /><item><title>RE: Radio can not work inside timeslot handler</title><link>https://devzone.nordicsemi.com/thread/77091?ContentTypeID=1</link><pubDate>Sun, 19 Feb 2017 20:17:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26f0158f-792f-4d77-8428-a8219889c9cb</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;There is an experimental ble_app_multiactivity_beacon example in SDK 11 that you could take a look at (or possibly even better, the open mesh implentation on github) to see how the timeslot api is used. Not sure why we removed it sdk 12.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>