<?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>SPI Master and PPI with two different SPI slaves: toggling CS pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86746/spi-master-and-ppi-with-two-different-spi-slaves-toggling-cs-pin</link><description>Hi, 
 I am working with the nRF52832 DK. I want to program a couple of ICs with SPI every 2 ms. I have successfully configured the nRF as SPI master and I start the SPI transfers with a TIMER via PPI. However, I don&amp;#39;t know how to properly toggle the CS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Apr 2022 07:13:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86746/spi-master-and-ppi-with-two-different-spi-slaves-toggling-cs-pin" /><item><title>RE: SPI Master and PPI with two different SPI slaves: toggling CS pin</title><link>https://devzone.nordicsemi.com/thread/362749?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 07:13:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf57e2c8-74ae-4252-8c87-865292f423ad</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You can use the fork mechanism to fork another TEP from the timer to the GPIOTE. The GPIOTE should be configured to toggle with task.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;TIMER.EVENT (EEP)&amp;nbsp; --------&amp;nbsp; &amp;nbsp;SPI_TASK (TEP)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; (fork)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;------&amp;nbsp; GPIOTE&amp;nbsp; &amp;nbsp;(TEP)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>