<?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 NRF51422 timing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14683/spi-master-nrf51422-timing</link><description>Hi,
i&amp;#39;m using SPI to transfer data divided into packets of 24 bit from NRF51 to a DAC. The function that allows to send data is: 
 spi_master_send_recv(SPI_MASTER_1, data_vector_tx, 3, data_vector_rx, 0); 
 Analyzing the MOSI signal and the clock signal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Jun 2016 14:07:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14683/spi-master-nrf51422-timing" /><item><title>RE: SPI master NRF51422 timing</title><link>https://devzone.nordicsemi.com/thread/56043?ContentTypeID=1</link><pubDate>Thu, 23 Jun 2016 14:07:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4415f6b3-f185-40bb-a6e9-84897b4e5b35</guid><dc:creator>Jorge</dc:creator><description>&lt;p&gt;I think you send 8 bit because it is what is defined as the tx and rx buffer (uint8_t).
about the SPI frequency, I read that you shouldn&amp;#39;t use the 8MHz, try with 4MHz instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>