<?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 Clock VS Data Timing Issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76258/spi-clock-vs-data-timing-issues</link><description>I would like to create SPI clock timings using the following documents. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fspim.html&amp;amp;anchor=topic 
 1. CSN pin moves from High -&amp;gt; Low 2. Data Set 3. Data recognition when clock data is moved</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Jun 2021 21:35:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76258/spi-clock-vs-data-timing-issues" /><item><title>RE: SPI Clock VS Data Timing Issues</title><link>https://devzone.nordicsemi.com/thread/315488?ContentTypeID=1</link><pubDate>Tue, 15 Jun 2021 21:35:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55ddcc49-6d24-45da-9694-346a9c233825</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]When the clock goes up, the data goes up at the same time.[/quote]
&lt;p&gt;I tested the code you attached on a nRF52840-DK&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1623792744112v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not able to reproduce&amp;nbsp;what you are describing. From what I can see, MOSI changes when the clock goes low.&lt;/p&gt;
&lt;p&gt;&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: SPI Clock VS Data Timing Issues</title><link>https://devzone.nordicsemi.com/thread/314806?ContentTypeID=1</link><pubDate>Fri, 11 Jun 2021 01:50:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39ee7fc5-53fc-471d-bdee-84833cfea22d</guid><dc:creator>odenwar</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define NRF_DRV_SPI_DEFAULT_CONFIG                           \
{                                                            \
    .sck_pin      = NRF_DRV_SPI_PIN_NOT_USED,                \
    .mosi_pin     = NRF_DRV_SPI_PIN_NOT_USED,                \
    .miso_pin     = NRF_DRV_SPI_PIN_NOT_USED,                \
    .ss_pin       = NRF_DRV_SPI_PIN_NOT_USED,                \
    .irq_priority = SPI_DEFAULT_CONFIG_IRQ_PRIORITY,         \
    .orc          = 0xFF,                                    \
    .frequency    = NRF_DRV_SPI_FREQ_1M,                     \
    .mode         = NRF_DRV_SPI_MODE_0,                      \
    .bit_order    = NRF_DRV_SPI_BIT_ORDER_MSB_FIRST,         \
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Operation was confirmed by changing the following source code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>