<?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>Power managment on NRF52 using Zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23817/power-managment-on-nrf52-using-zephyr</link><description>Hello guys, 
 I wanted to start to implement the power management feature on the NRF52 using the Zephyr kernel for a bluetooth application. Unfortunately I am running in a lot of problems.
I understood that the hookup functions are called once the kernel</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Apr 2018 16:44:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23817/power-managment-on-nrf52-using-zephyr" /><item><title>RE: Power managment on NRF52 using Zephyr</title><link>https://devzone.nordicsemi.com/thread/127680?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 16:44:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44fe0877-f55b-4724-bb95-91cc847f1dbf</guid><dc:creator>leonwj</dc:creator><description>&lt;p&gt;As advised in your &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/18776/nrf52---zephyr-roadmap/127674?focus=true"&gt;previous post&lt;/a&gt;, you may be better served/get a quicker response by asking the Zephyr community. There is also an IIRC channel so that you can communicate with the devs directly.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power managment on NRF52 using Zephyr</title><link>https://devzone.nordicsemi.com/thread/127672?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 15:53:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95659833-dbb3-4dc3-a173-0d5675c3efb4</guid><dc:creator>rodrigopex</dc:creator><description>&lt;p&gt;Hi guys, any progress on that? I am facing issues to use the RTC (with Zephyr) on my board nrf52840_pca10056.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power managment on NRF52 using Zephyr</title><link>https://devzone.nordicsemi.com/thread/93696?ContentTypeID=1</link><pubDate>Sun, 30 Jul 2017 20:20:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:365e43fb-4daf-4185-ab0c-40ca0763cd36</guid><dc:creator>vich</dc:creator><description>&lt;p&gt;Hi Tobi,&lt;/p&gt;
&lt;p&gt;This is the documentation for PMU in nRF5 chips: &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/pmu.html?cp=2_1_0_16#frontpage"&gt;infocenter.nordicsemi.com/.../pmu.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Our hardware&amp;#39;s intelligent power management keeps consumption ultra low needing no hook function in software to power manage the peripheral (by peripheral, RTC, Radio, Timers etc.).&lt;/p&gt;
&lt;p&gt;But hook functions can be used, for instance, if chip is being powered off then to setup correct wake up sources,or say, external peripherals (external components as you call it) connected through nRF5 SoC transport peripheral (UART, SPI, etc.) can be instructed to enter/exit low power states etc.&lt;/p&gt;
&lt;p&gt;In short, peripherals in nRF5 SoC need no explicit software to power control them.&lt;/p&gt;
&lt;p&gt;If you are observing power consumptions on nRF5 that dont match our documented values (in our info center), please give details of Zephyr commit hash you are using, your application and its Kconfig file details.&lt;/p&gt;
&lt;p&gt;If you are interested in reducing power consumption of CY8Cxxxx chip, this is not the right forum ;-)&lt;/p&gt;
&lt;p&gt;Regards,
Vinayak&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power managment on NRF52 using Zephyr</title><link>https://devzone.nordicsemi.com/thread/93697?ContentTypeID=1</link><pubDate>Sun, 30 Jul 2017 15:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f89668d-f63f-4668-beb7-3b8edee0532f</guid><dc:creator>Tobi</dc:creator><description>&lt;p&gt;Hi Vinayak, thousand thanks for your answer!
A chip from Cypress (CY8C4248LQI) is acting as peripheral. I would like to reduce the power consumption as much us possible.
So basically you are saying that Zephyr is using the low power modes by default? Is there any documentation? I could not found anything on the official Zephyr page...
Is there the possibility to see somehow when which mode is active? E.g. by setting some pins? I guess this could be done in the hookup functions but without an RTC I do not know how it should be able to wakeup the component...
Best regards, Tobi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power managment on NRF52 using Zephyr</title><link>https://devzone.nordicsemi.com/thread/93695?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 21:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fcacbc1-d9c7-4ff0-ae72-c21758ec0802</guid><dc:creator>vich</dc:creator><description>&lt;p&gt;Hi Tobi,
Power management feature for which peripheral are you focusing? What type of sleep, system off?&lt;/p&gt;
&lt;p&gt;Default configuration of supported boards in Zephyr are implicitly in low power.&lt;/p&gt;
&lt;p&gt;RTC0 is used by BLE controller and RTC1 is used as system timer. There is no RTC driver, hence you will not be able to bind. There is work in progress to add counter driver though. Please refer to Jira or email to mailing list to know more about areas to contribute.&lt;/p&gt;
&lt;p&gt;Cheers,
Vinayak&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>