<?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>nRF52 SPI Manager Need gap between bytes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42326/nrf52-spi-manager-need-gap-between-bytes</link><description>I&amp;#39;m using nRF52 and SDK 15.2 with SPI Manager (NRF_SPI_MNGR_ENABLED) with EasyDMA disabled. Some of the external chips I&amp;#39;m communicating with via SPI can&amp;#39;t handle consecutive bytes back-to-back. They require a time gap between each byte sent. I&amp;#39;ve tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Jan 2019 15:11:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42326/nrf52-spi-manager-need-gap-between-bytes" /><item><title>RE: nRF52 SPI Manager Need gap between bytes</title><link>https://devzone.nordicsemi.com/thread/165529?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 15:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e73ceeff-44e7-4553-9f9b-f13ac0b12221</guid><dc:creator>BitsAndBytes</dc:creator><description>&lt;p&gt;Thanks for reply. In the meantime, I remove the use of SPI Manager and am sending bytes directly in app context. It works, but I&amp;#39;m not too excited about it because the &amp;#39;waitTilNotBusy&amp;#39; calls between bytes are blocking code instead of async callbacks. Oh well, the overall communication burst time is sub-millisecond so hopefully won&amp;#39;t impact the other app context operations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 SPI Manager Need gap between bytes</title><link>https://devzone.nordicsemi.com/thread/165500?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 14:21:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29ff8385-e07b-4436-83d2-17895604ec1a</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m not really sure if there are any easy ways to do this with the SPI driver. You can consider implementing your own SPI driver and combine it with a TIMER instance to send the bytes in a regular interval.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>