<?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>queries on qspi flash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123665/queries-on-qspi-flash</link><description>Hello forum , 
 here i m using nrf52840 customized board ;my flash is w25q64 i need to set my flash for deep power mode (sleep mode ) ;as well i need to set my supply gpio pins 5v and 3v3 ,backlight led gpio ,led gpio into sleep mode ; den i need to set</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Aug 2025 14:47:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123665/queries-on-qspi-flash" /><item><title>RE: queries on qspi flash</title><link>https://devzone.nordicsemi.com/thread/546362?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 14:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dd9b96e-854f-46d8-a9c7-11fce4f286dd</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Some tips:&lt;/p&gt;
&lt;p&gt;- Simplify your application to ensure you get low idle current and then add functionality and ensure you still have low idle current.&lt;/p&gt;
&lt;p&gt;- Devicetree try to add&amp;nbsp;zephyr,pm-device-runtime-auto; to the various peripheral nodes.&lt;/p&gt;
&lt;p&gt;- Kconfig try to add CONFIG_PM_DEVICE=y, CONFIG_PM_DEVICE_RUNTIME=y&lt;/p&gt;
&lt;p&gt;and double check here for tips:&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: queries on qspi flash</title><link>https://devzone.nordicsemi.com/thread/546276?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 05:40:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c568e79b-07aa-4d46-b7f1-09c370f83a67</guid><dc:creator>venkat242</dc:creator><description>&lt;p&gt;pls help me forum here struggled in lot of days with powerdown for pwm,flash,spi ,adc ...pls pls&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: queries on qspi flash</title><link>https://devzone.nordicsemi.com/thread/545901?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 10:34:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:604d168b-0119-4f86-9e5d-7a7d066c70eb</guid><dc:creator>venkat242</dc:creator><description>&lt;p&gt;here i will upload my main.c where i tried to sleep mode for adc and pwm with terminal output&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/sleepmode-main.c"&gt;devzone.nordicsemi.com/.../sleepmode-main.c&lt;/a&gt; where&amp;nbsp; i got in terminal as&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2063.terminal-output.txt"&gt;devzone.nordicsemi.com/.../2063.terminal-output.txt&lt;/a&gt;pls help me to power down PWM,ADC and FLASH where flash used windbond&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: queries on qspi flash</title><link>https://devzone.nordicsemi.com/thread/545604?ContentTypeID=1</link><pubDate>Thu, 14 Aug 2025 06:28:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de80b168-0cdf-408d-b691-7d3b52e23cda</guid><dc:creator>venkat242</dc:creator><description>&lt;p&gt;Hello kenneth,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pls help me sleep mode (power down ) using zephyr nrf52840 customised board&amp;nbsp; for PWM ,windbond qspi flash , adc ....i need to check current consumption during powerdown mode where i m using sdk 2.7.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: queries on qspi flash</title><link>https://devzone.nordicsemi.com/thread/545526?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2025 12:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7846908d-b8c6-4b2d-a265-0abed929a2b7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Most examples should already be powered optimized if you add CONFIG_SERIAL=n. But you can find this useful:&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>