<?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 interface slave select line and its high and low level timings</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60206/spi-interface-slave-select-line-and-its-high-and-low-level-timings</link><description>Hi, 
 I was working with the SPI interface of nrf52DK microcontroller boards and wanted to know if there is a way to change the timings of the low and high levels of the Slave Select (SS) lines. For initial purposes, I am using the SCLK at 125kHz and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Apr 2020 07:37:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60206/spi-interface-slave-select-line-and-its-high-and-low-level-timings" /><item><title>RE: SPI interface slave select line and its high and low level timings</title><link>https://devzone.nordicsemi.com/thread/244872?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2020 07:37:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9698708f-56e1-4030-9635-fa3d5781e5f8</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;What example are you working on? The default example in nRF5 SDK is:&lt;br /&gt;\nRF5_SDK_16.0.0_98a08e2\examples\peripheral\spi&lt;/p&gt;
&lt;p&gt;Then the SS is handled by the driver if&amp;nbsp;spi_config.ss_pin !=&amp;nbsp;NRF_DRV_SPI_PIN_NOT_USED.&lt;/p&gt;
&lt;p&gt;If &lt;span&gt;spi_config.ss_pin =&amp;nbsp;NRF_DRV_SPI_PIN_NOT_USED,&lt;/span&gt;&amp;nbsp;then you can can set and clear a GPIO directly in the application to act as a SS pin before and after calling&amp;nbsp;nrf_drv_spi_transfer().&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>