<?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>Function address as PPI &amp;quot;Task End-Point&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/222/function-address-as-ppi-task-end-point</link><description>Hi, 
 Is it possible to give a function address to the &amp;quot;Task End-Point&amp;quot; of a PPI channel? 
 Like : 
 err_code = sd_ppi_channel_assign(PPI_CHAN0_TO_TOGGLE_LED,
 &amp;amp;(NRF_TIMER1-&amp;gt;EVENTS_COMPARE[0]),
 &amp;amp;(myTestFunction));
 
 Or the only accepted TEP are</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Aug 2013 07:20:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/222/function-address-as-ppi-task-end-point" /><item><title>RE: Function address as PPI "Task End-Point"</title><link>https://devzone.nordicsemi.com/thread/1241?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 07:20:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1ab8b06-1162-4c75-a264-e6b9d5cd84b6</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;To do this, you will have to use multiple PPI channels. Each channel connects one task with one event. But it&amp;#39;s perfectly possible to have multiple channels connected to the same task or event, as stated in section 15.1 in the RM: &amp;quot;One event can trigger multiple tasks by using multiple channels and one task can be triggered by multiple events in the same way.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Function address as PPI "Task End-Point"</title><link>https://devzone.nordicsemi.com/thread/1240?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 07:17:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fbbf410-6ed3-42f1-99d5-653ad257f349</guid><dc:creator>S&amp;#233;bastien Despont</dc:creator><description>&lt;p&gt;One last question : is it possible to define several tasks as PPI TEP to execute more than one task at the same time?&lt;/p&gt;
&lt;p&gt;Like Timer1 stop AND Timer2 start AND GPIOTE task&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Function address as PPI "Task End-Point"</title><link>https://devzone.nordicsemi.com/thread/1239?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 07:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a93575dd-dff3-420c-b814-0637957b3fd1</guid><dc:creator>S&amp;#233;bastien Despont</dc:creator><description>&lt;p&gt;Ok, thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Function address as PPI "Task End-Point"</title><link>https://devzone.nordicsemi.com/thread/1238?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 07:01:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2948a987-8554-4543-9771-65d05ae6f386</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;There isn&amp;#39;t a complete list of all tasks, but in the nRF51 Series Reference Manual, all tasks for each peripheral are listed at the start of each peripheral&amp;#39;s register table. See for example table 18 for the radio, table 19 for the TIMERs, table 36 for the TWI and so on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Function address as PPI "Task End-Point"</title><link>https://devzone.nordicsemi.com/thread/1237?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 06:57:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f55facd4-2c5a-4068-8737-80b916b651e3</guid><dc:creator>S&amp;#233;bastien Despont</dc:creator><description>&lt;p&gt;Thanks for your quick answer.&lt;/p&gt;
&lt;p&gt;Where can I found a list of available tasks which can be bound to the PPI TEP?&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Function address as PPI "Task End-Point"</title><link>https://devzone.nordicsemi.com/thread/1236?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 06:54:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:099c9be8-b6e0-420b-9733-2a8820c7b1de</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Any task is a valid end-point for a PPI channel (not just tasks in timers and GPIOTE), but not a code function. The PPI can only be used to connect tasks and events from different peripheral blocks inside the nRF51, not code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>