<?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>RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101386/rtt-logging-and-power-management-runtime</link><description>Hello, 
 We&amp;#39;re updating our application to zephyr version 3.2.99 and noticed that our RTT logs do not work if we enable CONFIG_PM_DEVICE_RUNTIME. They do work if we comment out CONFIG_PM_DEVICE_RUNTIME. Is there a way to enable RTT logs and use CONFIG_PM_DEVICE_RUNTIME</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Jul 2023 10:59:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101386/rtt-logging-and-power-management-runtime" /><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/435205?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2023 10:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f1b0877-09b9-4379-b863-88cb533809a9</guid><dc:creator>FranLovera</dc:creator><description>&lt;p&gt;Thanks, We&amp;#39;re on version&amp;nbsp;&lt;span&gt;3.2.99 and sdk 2.3.0 which didn&amp;#39;t have the&amp;nbsp;pm-device-runtime-auto option yet. I&amp;nbsp;updated to the latest version of zephyr to try it out and even without those changes it worked. With the change it also worked. We&amp;#39;ll use the latest zephyr release going forward.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/434763?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 15:07:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73a8ce02-a14d-4443-9c4c-cc4c9a184b8a</guid><dc:creator>khelmutlord</dc:creator><description>&lt;p&gt;Hello Francisco,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you try adding the following snippet to your device tree?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/ {
    rtt0: rtt_chan0 {
        compatible = &amp;quot;segger,rtt-uart&amp;quot;;
        zephyr,pm-device-runtime-auto;
    };

    chosen {
        zephyr,console = &amp;amp;rtt0;
    };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Helmut Lord&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/434695?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 12:28:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be90d4b2-12ff-4a77-9c99-e9c6ad048110</guid><dc:creator>FranLovera</dc:creator><description>&lt;p&gt;yes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/434576?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 05:33:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c24be90-29cf-4f2b-8172-307df8079a03</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;is the application custom?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/434232?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2023 12:59:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ab3b799-2f2d-40a8-be34-34ccc55f79f7</guid><dc:creator>FranLovera</dc:creator><description>&lt;p&gt;We&amp;#39;re running zephyr 3.2.99 and sdk 2.3.0.&lt;/p&gt;
&lt;p&gt;Its a custom board using a nrf52840.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Previously we were using zephyr 2.4.0 and sdk 1.4.1 and although&amp;nbsp;&lt;span&gt;CONFIG_PM_DEVICE_RUNTIME didn&amp;#39;t exist at that time, we were able to use RTT Logging and&amp;nbsp;CONFIG_SYS_POWER_MANAGEMENT at the same time.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/434138?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2023 09:37:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:495630dd-d98f-472a-a631-82515dd1d43c</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello Francisco,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What SDK version are you using?&amp;nbsp;&lt;/span&gt;Which application you are running on your board? Is this nordic DK or custom board?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Kazi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT Logging and power management runtime</title><link>https://devzone.nordicsemi.com/thread/433954?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 13:09:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97f373af-d661-47b4-89df-5b77cc56d98e</guid><dc:creator>FranLovera</dc:creator><description>&lt;p&gt;As a side note, if we route the logging over UART it does work, however we&amp;#39;d like to also have the ability to log over RTT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>