<?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>nRF52832 with ads1292 using SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14890/nrf52832-with-ads1292-using-spi</link><description>I use nRF52832 as a master to communicate with ads1292. then I want to config the ads1292, so i should send the register address and configuration data.But I don&amp;#39;t know how to send data.I have looked the example in nRF5_SDK_11.0.0_89a8197\examples\peripheral</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jul 2016 16:43:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14890/nrf52832-with-ads1292-using-spi" /><item><title>RE: nRF52832 with ads1292 using SPI</title><link>https://devzone.nordicsemi.com/thread/56853?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2016 16:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f69a0679-ec9f-4e8a-92a6-5aa1fbbc7412</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Zou&lt;/p&gt;
&lt;p&gt;First question:&lt;br /&gt;
When the SPI master clock toggles it will send data present in the m_tx_buf and receive as many bytes at the same time and store it in m_rx_buf. It will read whatever is present on the MISO pin and store that in the m_rx_buf buffer. It is up to the SPI slave what is present on the MISO line when SPI transmission takes place. So it is up to the adc1292 what it clocks out on MISO when it has nothing to send. For nRF52 SPI slave, it clocks out so called Overread character, or ORC, which ususally has value 0x55 if I remember correctly.&lt;/p&gt;
&lt;p&gt;Second question:
If this is ads1292 specific, perhaps TI is better to answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>