<?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>High consumption after enable APP Timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89862/high-consumption-after-enable-app-timer</link><description>I create an app timer for spi communication at 1s. 
 The I noticed a strange phenomenon. 
 
 
 You can see the 13uA is in sleep mode, when the app timer timeout, CPU wake up, 
 but in the T1, CPU start running, it lasted one second, then climbed to the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Jul 2022 11:43:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89862/high-consumption-after-enable-app-timer" /><item><title>RE: High consumption after enable APP Timer</title><link>https://devzone.nordicsemi.com/thread/376586?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2022 11:43:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f7152d4-baab-44fa-82ba-f2986e7c1b1e</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Is this the complete code running on your device?&lt;br /&gt;What is the contents of your uwb_tx function?&lt;br /&gt;The power consumption you are seeing here should only be possible with RADIO usage, so it looks to me like your radio is used continuously before being aborted by your other circuitry.&lt;br /&gt;The timers will consume nowhere near this level, even if they had continuously been waking up the CPU, so we should look at what else the RADIO peripheral might be used for during this time, which looks to be the uwb_tx. Is there any way for the uwb_tx to use the radio continuously - keeping the device from returning to SYSTEM_ON sleep?&lt;br /&gt;Could you check if your program might be stuck in the uwb_tx function when this happens?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>