<?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>Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102166/turn-off-the-uart1-used-in-tf-m</link><description>Hi, We need to use Uart1 in our application No-secure program, how can I turn off the Uart1 used in TF-M ? When I add directly in the prj.conf of the app, I get the following compilation error: . Please help.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jul 2023 07:14:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102166/turn-off-the-uart1-used-in-tf-m" /><item><title>RE: Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/thread/438426?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 07:14:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e031f85c-bd50-49e9-9fbf-ee967d6e9ab0</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;See &lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/11886"&gt;https://github.com/nrfconnect/sdk-nrf/pull/11886&lt;/a&gt; for a fix to this.&lt;/p&gt;
&lt;p&gt;It should be possible to apply this patch to v2.4.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/thread/438330?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2023 14:17:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bb2c74a-cbf6-4533-82d9-d5f7800f3824</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;We are able to reproduce this and are looking into it as a potential bug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/thread/438050?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2023 11:14:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7af1071-2980-4bad-9c30-c9e61be21467</guid><dc:creator>Tide</dc:creator><description>&lt;p&gt;Just adding CONFIG_TFM_LOG_LEVEL_SILENCE=y to zephyr/samples/hello_world example, the hello_world app compiles fine. But adding other configurations used in my app (e.g. CONFIG_TFM_PROFILE_TYPE_MEDIUM=y&lt;br /&gt;CONFIG_NRF_SECURITY=y), the problem occurs. I just want to disable Uart1 used in TF-M, is there any other way than adding CONFIG_TFM_LOG_LEVEL_SILENCE=y ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/thread/438017?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2023 09:07:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc0ad5dc-41e6-406c-999c-18722541a56a</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Do you see the issue if you add CONFIG_TFM_LOG_LEVEL_SILENCE=y to the zephyr/samples/hello_world example as well?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/thread/438013?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2023 08:50:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e10ad9b1-9257-4422-a1c0-060cf87aafd2</guid><dc:creator>Tide</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My sdk version is v2.4.0.&lt;/p&gt;
&lt;p&gt;I refer to this ticket : &amp;quot;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101643/undefined-reference-to-end-with-nrf-connect-sdk-v2-4-0"&gt;&amp;quot;&amp;gt;devzone.nordicsemi.com/.../undefined-reference-to-end-with-nrf-connect-sdk-v2-4-0&amp;quot;&lt;/a&gt; and add&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_ DEBUG=y&lt;/pre&gt;&amp;nbsp;then the compilation error disappeared. But the code size of tf-m increased by 15K.Is there any other way to solve the above compilation error?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Turn off the Uart1 used in TF-M</title><link>https://devzone.nordicsemi.com/thread/437822?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 10:21:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:225f8014-6cf8-4fec-a0e4-49e7c6343e1b</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which version of the SDK do you use?&lt;/p&gt;
&lt;p&gt;Can you see tjos of ypi add the configuration to the zephyr/samples/hello_world example as well?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>