<?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>QSPI seems to still occupy its pins even if it is disabled.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79891/qspi-seems-to-still-occupy-its-pins-even-if-it-is-disabled</link><description>I&amp;#39;am working on nrf52840 and base on a sample hci_spi. I use spi1 and tried several different pins, they all works fine. 
 but when i disable qspi and try to use the pins originally used by qspi, my spi1 failed. 
 .dts attached, test to use p0.19 as sck</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Sep 2021 08:56:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79891/qspi-seems-to-still-occupy-its-pins-even-if-it-is-disabled" /><item><title>RE: QSPI seems to still occupy its pins even if it is disabled.</title><link>https://devzone.nordicsemi.com/thread/331452?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 08:56:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2a3b48a-1747-4f9f-a4d2-ba182aea4ba5</guid><dc:creator>peter_liu</dc:creator><description>&lt;p&gt;Problem solved, i review the schematic of&amp;nbsp;&lt;span&gt;&amp;nbsp;nRF52840-DK, and find the p0.19 is not connected to gpio header(p24) by default, it is connected to flash. &lt;/span&gt;&lt;span&gt;so after i cut the solder bridge SB11 and short SB21, it works.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI seems to still occupy its pins even if it is disabled.</title><link>https://devzone.nordicsemi.com/thread/331440?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 08:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30be0955-9f7c-4058-9cfc-9bf04cb646a7</guid><dc:creator>peter_liu</dc:creator><description>&lt;p&gt;i also tried some other samples, they all have the same symptom.&lt;/p&gt;
&lt;p&gt;it&amp;#39;s just the p0.19 to p0.23 can&amp;#39;t be controlled.&lt;/p&gt;
&lt;p&gt;I tested on nRF52840-DK board, i&amp;#39;m not sure if it&amp;#39;s because of HW configuration.&lt;/p&gt;
&lt;p&gt;i simply use a sample in SDK, (ncs\1.6.1\nrf\sample\peripheral_uart) and add&amp;nbsp;some simple GPIO control codes to test, as below:&lt;/p&gt;
&lt;p&gt;const struct device *gpio_devs;&lt;br /&gt; gpio_devs = device_get_binding(&amp;quot;GPIO_0&amp;quot;);&lt;br /&gt; gpio_pin_configure(gpio_devs, 19, GPIO_OUTPUT);&lt;br /&gt;if(xx) &lt;br /&gt; xx=0;&lt;br /&gt; else xx=1;&lt;br /&gt; if (xx)&lt;br /&gt; gpio_pin_set(gpio_devs,19,1);&lt;br /&gt; else&lt;br /&gt; gpio_pin_set(gpio_devs,19,0);&lt;/p&gt;
&lt;p&gt;i put test code in the void ble_write_thread() so that when i tap Enter on uart terminal, the gpio level switches. it works on most other GPIOs but p0.19 to p0.23.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI seems to still occupy its pins even if it is disabled.</title><link>https://devzone.nordicsemi.com/thread/331058?ContentTypeID=1</link><pubDate>Fri, 24 Sep 2021 11:32:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90945145-8456-4f3c-9958-c24a22ebc3eb</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Would you be able to upload a simiplified sample that demonstrates your issue, such that I can investigate it on my side.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>