<?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>Problem using PPI with RADIO and SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36661/problem-using-ppi-with-radio-and-spi</link><description>Hello, 
 I&amp;#39;m developing a program using nrf52832 DK and SDK V15. 
 I want to activate the SPI transmission when NRF_RADIO-&amp;gt;EVENTS_END occurs using the PPI. I follow the PPI example that I found in the SDK. When I insert in my code the pp_init() 
 function</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Jul 2018 13:11:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36661/problem-using-ppi-with-radio-and-spi" /><item><title>RE: Problem using PPI with RADIO and SPI</title><link>https://devzone.nordicsemi.com/thread/141534?ContentTypeID=1</link><pubDate>Thu, 26 Jul 2018 13:11:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7763fb15-28ae-464c-b69b-2ac56363b396</guid><dc:creator>Riccardo</dc:creator><description>&lt;p&gt;Thank you! I don&amp;#39;t use the nrf_log module so I disabled it in the sdk_config.h and the code start working.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem using PPI with RADIO and SPI</title><link>https://devzone.nordicsemi.com/thread/141010?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 14:13:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbd967cb-0314-4a18-a609-a2f042bff7ac</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;
&lt;p&gt;You can safely use PPI directly when the softdevice is enabled, but as a general rule; please check your err_code returns.&lt;/p&gt;
&lt;p&gt;This is a function inside the nrf_log, and it looks like it is stuck for some reason. Hard to tell why without a call stack trace. Is your logging session open (either via RTT or UART) ? If you do not use the nrf_log module, I&amp;#39;d recommend that you disable it in your sdk_config.h&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem using PPI with RADIO and SPI</title><link>https://devzone.nordicsemi.com/thread/140878?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 23:59:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:935c4cde-b0c4-40a4-951a-89322597f7f4</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;I think you need to look into the softdevice api functions and use the sd_ppi_* functions rather than the standard ppi functions since you presumably have the softdevice enabled. The softdevice utilized some of the ppi channels that I *think* the standard functions do not account for.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>