<?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>wfi instruction stops systick timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76759/wfi-instruction-stops-systick-timer</link><description>I am writing my own code (no libraries etc.) on nRF52832. 
 For new i still have softdevice and bootloader in flash, and store my program using bootloader protocol, but my program is self contained and doesn&amp;#39;t use any of it&amp;#39;s code 
 My interrupt vector</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Aug 2022 07:44:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76759/wfi-instruction-stops-systick-timer" /><item><title>RE: wfi instruction stops systick timer</title><link>https://devzone.nordicsemi.com/thread/384053?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 07:44:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c02d036-879d-4e0f-b8eb-8bac1a7ae6e3</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;systick behavior is implementation specific, ie. it is up to the vendor how its clocked. Systick only runs when the CPU is running in nRF52/nRF53 series devices.&lt;/p&gt;
&lt;p&gt;We strongly recommend that you use the RTC instead, as also recommended in the thread that you linked to, for better energy efficiency (ie. lower power in sleep).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: wfi instruction stops systick timer</title><link>https://devzone.nordicsemi.com/thread/384046?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 07:12:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f3d797b-02ef-4fa8-8791-e04e46017cb7</guid><dc:creator>Bas van den Berg</dc:creator><description>&lt;p&gt;I have the same thing (post &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/91428/nrf5340-wfi-causes-systick-to-stop"&gt;NRF5340 WFI causes Systick to stop?&lt;/a&gt;&amp;nbsp;). When reading back the SYST_CSR register it always reverts back to 7 (bit 2 is set). Bit 2 is the clock source (1=processor, 0=external).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: wfi instruction stops systick timer</title><link>https://devzone.nordicsemi.com/thread/317159?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 09:01:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:666c0368-0495-4283-9ddd-897301d2c13c</guid><dc:creator>Wojciech Puchar</dc:creator><description>&lt;p&gt;Update: Everything works as expected if i use TIMER0 to generate interrupts every 1ms instead of systick. Including WFI.&lt;/p&gt;
&lt;p&gt;So for now it&amp;#39;s fine me, i will not need more than 4 other timers in my program. But still i would like to know why it doesn&amp;#39;t work with systick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>