<?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 clock tri-state</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72292/nrf52-spi-clock-tri-state</link><description>I use arduino to program a nRF52832 board. I had problems to move a running project with a ST7789 SPI display to the nRF52832. I use the Adafruit lib to drive the display: 
 name=Adafruit ST7735 and ST7789 Library version=1.6.0 author=Adafruit maintainer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Mar 2021 11:57:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72292/nrf52-spi-clock-tri-state" /><item><title>RE: nRF52 SPI clock tri-state</title><link>https://devzone.nordicsemi.com/thread/297482?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 11:57:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09a62f7d-7b73-4fb1-a274-22fbe37dfe5a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I haven&amp;#39;t played with the library specific, but it is common to disable a peripheral when not in use to save current consumption. When a peripheral is disabled (e.g. spi) then the pin will fall back to the gpio configuration (which by default is high impedance disconnected = floating), so you may need to set the gpio to your&amp;nbsp;preferred&amp;nbsp;level to ensure it has a fixed values between spi transacation (which may depend on the spi mode that is used) or you can place a pull-up on the pin.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>