<?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>SDK 2.3.0 - can&amp;#39;t disable qspi in DT overlay file?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101105/sdk-2-3-0---can-t-disable-qspi-in-dt-overlay-file</link><description>I&amp;#39;m having the exact same issue as the ticket below. devzone.nordicsemi.com/.../sdk-2-3-0---can-t-disable-qspi-in-dt-overlay-file Are there any known workarounds? Did SDK 2.4.0 fix the above issue?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Jun 2023 12:40:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101105/sdk-2-3-0---can-t-disable-qspi-in-dt-overlay-file" /><item><title>RE: SDK 2.3.0 - can't disable qspi in DT overlay file?</title><link>https://devzone.nordicsemi.com/thread/433242?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2023 12:40:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775bc43b-a9fb-4c41-852a-6c1802dc64ee</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I got both this case and the case you refer to.&lt;br /&gt;I do not think the thing in the other case is a bug, which answers this case.&lt;/p&gt;
&lt;p&gt;Right now I am typing an answer to the other case.&lt;br /&gt;If you agree with me that it is not a bug after reading my upcoming answer there, we can close this case.&lt;/p&gt;
&lt;p&gt;If not, we can have a look at if it is fixed in 2.4.0 or not.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 2.3.0 - can't disable qspi in DT overlay file?</title><link>https://devzone.nordicsemi.com/thread/432838?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 05:07:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b87a80ab-4863-42a9-bf1e-470f4453aa42</guid><dc:creator>John Lee</dc:creator><description>&lt;p&gt;I use b0, mcuboot for my project.&lt;br /&gt;I disabled qspi in the application overlay, but&lt;br /&gt;I guess this problem was because b0 &amp;amp; mcuboot overlay files were not there.&lt;br /&gt;If my guess is correct, this situation makes some sense.&lt;/p&gt;
&lt;p&gt;Does the peripheral work only with status = okay in the device tree?&lt;br /&gt;There is no config setting, include driver, initial in my project, but qspi works.&lt;br /&gt;I don&amp;#39;t understand this part.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 2.3.0 - can't disable qspi in DT overlay file?</title><link>https://devzone.nordicsemi.com/thread/432826?ContentTypeID=1</link><pubDate>Sun, 25 Jun 2023 23:53:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a29bede-fbb4-4542-913d-7cfe7fbb6548</guid><dc:creator>JustinLee</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I also tried to reproduce it with peripheral_lbs example etc, but I could not.&lt;br /&gt;Before disabling QSPI in overlay file, QSPI pins swinged and cs pin was high state.&lt;br /&gt;However, all QSPI pins didn&amp;#39;t swing and maintained low state after disabling QSPi in overlay file.&lt;br /&gt;Previous case mentioned that only QSPI seemed not be controlling by overlay.&lt;br /&gt;So, I tried this with overlay file settings the case owner shared, but I also could not reproduce it.&lt;br /&gt;I could not reproduce all of things with nRF5340-DK.&lt;br /&gt;Maybe, it&amp;#39;s related to the custom board settings.&lt;br /&gt;It will be good to reproduce on nRF5340-DK.&lt;/p&gt;
&lt;p&gt;BR&lt;br /&gt;Justin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 2.3.0 - can't disable qspi in DT overlay file?</title><link>https://devzone.nordicsemi.com/thread/432664?ContentTypeID=1</link><pubDate>Fri, 23 Jun 2023 11:14:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f8e6a21-a69c-43b7-8422-92bafddedbed</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which example are you building, and what board are you targeting?&lt;/p&gt;
&lt;p&gt;I just tried to build the peripheral_uart sample for the nrf5340dk_nrf5340_cpuapp board in NCS v2.4.0, and I can see that the status of the qspi peripheral is changed to &amp;quot;disabled&amp;quot; in the build\zephyr\zephyr.dts file after I add code to disable it in the app.overlay file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a general comment it is recommended to develop your own board files if you are making a custom board, rather than using overlays, but if there is a bug in the SDK related to this then it should be fixed obviously.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>