<?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>Enabling RTT in my project causes assertion failure in Zephyr when logging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98995/enabling-rtt-in-my-project-causes-assertion-failure-in-zephyr-when-logging</link><description>I have an nRF52 DK connected via the P19 connector to a custom board with a BMD-300 (NRF52832). When I enable RTT with this configuration option: 
 ``` CONFIG_UART_CONSOLE=n CONFIG_RTT_CONSOLE=y CONFIG_USE_SEGGER_RTT=y ``` 
 And then open the JLinkRTTViewer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Apr 2023 16:45:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98995/enabling-rtt-in-my-project-causes-assertion-failure-in-zephyr-when-logging" /><item><title>RE: Enabling RTT in my project causes assertion failure in Zephyr when logging</title><link>https://devzone.nordicsemi.com/thread/422125?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 16:45:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c617b26-6600-410b-86ab-b4b9f1ede7c4</guid><dc:creator>deveryn</dc:creator><description>&lt;p&gt;This worked. Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling RTT in my project causes assertion failure in Zephyr when logging</title><link>https://devzone.nordicsemi.com/thread/422030?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 11:59:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc5d5233-8dbf-42e6-a54a-f806b0b3b55d</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you try adding these configs?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG_BACKEND_UART=n
CONFIG_LOG_BACKEND_RTT=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>