<?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>SPI0 Chip Select Active High</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13749/spi0-chip-select-active-high</link><description>Currently the default for the SPI0 chip select is active low. I would like to change it to active high. Can I do this? 
 If not can I just have the SPI chip select on a pin I am not using and manually control the CS for SPI0? For example I would just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 May 2016 17:00:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13749/spi0-chip-select-active-high" /><item><title>RE: SPI0 Chip Select Active High</title><link>https://devzone.nordicsemi.com/thread/52538?ContentTypeID=1</link><pubDate>Tue, 10 May 2016 17:00:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0359177d-4289-4def-8b78-384485013ca7</guid><dc:creator>James Yu</dc:creator><description>&lt;p&gt;Sorry I misunderstand, I&amp;#39;ve updated my answer. It&amp;#39;s currently not supported and you&amp;#39;ll have to do it manually.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI0 Chip Select Active High</title><link>https://devzone.nordicsemi.com/thread/52539?ContentTypeID=1</link><pubDate>Tue, 10 May 2016 16:56:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d6bb45b-d804-444e-9c11-e924fe2a1a54</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;Thank you for the answer.&lt;/p&gt;
&lt;p&gt;It looks like the setting you mentioned for the mode is for the Clock. I would like the exact same setting for the Chip Select. Is that possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI0 Chip Select Active High</title><link>https://devzone.nordicsemi.com/thread/52537?ContentTypeID=1</link><pubDate>Tue, 10 May 2016 16:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66e2b288-74a5-4841-ba9a-e8154a284d74</guid><dc:creator>James Yu</dc:creator><description>&lt;p&gt;That is currently not supported, you&amp;#39;ll have to do it manually:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;uint8_t ss_pin;       ///&amp;lt; Slave Select pin number (optional).
                      /**&amp;lt; Set to @ref NRF_DRV_SPI_PIN_NOT_USED
                       *   if this signal is not needed. The driver 
                       *   supports only active low for this signal. 
                       *   If the signal should be active high,
                       *   it must be controlled externally. */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To manually control the CS you can set the &lt;code&gt;ss_pin&lt;/code&gt; to &lt;code&gt;NRF_DRV_SPI_PIN_NOT_USED&lt;/code&gt; and configure that pin as a GPIO output.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>