<?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>Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119182/build-fail-when-trying-to-modify-slm-application-sample</link><description>Hello, 
 I&amp;#39;ve been trying to modify the v2.4.0 Serial LTE Modem application sample for my nRF-9160 custom board, in order for it to communicate with our external MCU through UART2 at PO.28/29, while outputting modem trace log through another UART at PO</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Mar 2025 11:34:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119182/build-fail-when-trying-to-modify-slm-application-sample" /><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/525952?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2025 11:34:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:451affbe-d59e-47bd-93ae-a3eb6d4d82cf</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;It is recommended to use 1M baudrate. Otherwise, traces could be lost.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/525437?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2025 07:20:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ca9e31d-c634-40de-9447-da4b65017873</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Good news and bad news.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried your method of only configuring the TX/RX pin assignment, and it works!&lt;/p&gt;
&lt;p&gt;However if I tried to set the UART1 baudrate to 230400, it still can output something, but definitely not complete.&lt;/p&gt;
&lt;p&gt;From the logged file of my uart logger, I still can see the AT commands appears inside it, but as I import the bin file to cellular monitor program, the program and wireshark program both couldn&amp;#39;t resolve packets inside it.&lt;/p&gt;
&lt;p&gt;Do you have any Idea to make it work at different baudrates? Or I might just need to give up and find some other uart logger module that support 1M baudrate in this point...&lt;/p&gt;
&lt;p&gt;binary1, outputted with 230400 baudrate&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/output.bin"&gt;devzone.nordicsemi.com/.../output.bin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;binary2, outputted with 1M baudrate.&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/output2.bin"&gt;devzone.nordicsemi.com/.../output2.bin&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/525234?ContentTypeID=1</link><pubDate>Fri, 28 Feb 2025 09:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:153b3fa1-8589-446f-89f0-0751a5ac32ef</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Your (or similar) solution should work fine. This part is only used for modem trace collection but it does affect all applications that use it.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/525103?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 14:41:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bd54a26-466d-48e0-ae03-19ef93165df4</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Wow this really is a great news!!&lt;br /&gt;I&amp;#39;ll try this as soon as I get back to work(Didn&amp;#39;t have the board with me now).&lt;/p&gt;
&lt;p&gt;However I have some little concern for now.&lt;/p&gt;
&lt;p&gt;Since these was implemented in the library, I assume they&amp;nbsp;would be used by all the applications I might be building(if is version 2.4.0). So it might be risky to directly change the library itself?&lt;br /&gt;(Change is needed cause the highest matched baudrate of nrf and our UART logger was 230400)&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve roughly viewed the uart.c file, and came up with an idea.&lt;br /&gt;If I wrapped the line 60~ line 68 inside an #ifdef #else #endif like below, and then add the &amp;quot;CONFIG_NRF_MODEM_TRACE_LOG_BAUDRATE&amp;quot; self-defined keyword in the extra Kconfig fragments, would this be a safer may to add the change? &lt;br /&gt;Or is this a totally misunderstand of how config keywords works?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#ifdef CONFIG_NRF_MODEM_TRACE_LOG_BAUDRATE
const nrfx_uarte_config_t config = {
		.skip_gpio_cfg = true,
		.skip_psel_cfg = true,
		.hal_cfg.hwfc = NRF_UARTE_HWFC_DISABLED,
		.hal_cfg.parity = NRF_UARTE_PARITY_EXCLUDED,
		.baudrate = NRF_UARTE_BAUDRATE_230400,
		.interrupt_priority = DT_IRQ(UART1_NL, priority),
		.p_context = NULL,
	};
#else
const nrfx_uarte_config_t config = {
		.skip_gpio_cfg = true,
		.skip_psel_cfg = true,
		.hal_cfg.hwfc = NRF_UARTE_HWFC_DISABLED,
		.hal_cfg.parity = NRF_UARTE_PARITY_EXCLUDED,
		.baudrate = NRF_UARTE_BAUDRATE_1000000,
		.interrupt_priority = DT_IRQ(UART1_NL, priority),
		.p_context = NULL,
	};
#endif&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/525086?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 14:01:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4e453d4-ad0b-4754-9d2e-bce2bcc03e75</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I have discussed this issue with our developers.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;In NCS 2.4.0, the modem trace is not configurable by device tree. Instead, it uses UARTE1 (uart1) by default: &lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/91c105c7330b6b865f7dce036b96a33c937f4829/lib/nrf_modem_lib/trace_backends/uart/Kconfig"&gt;github.com/.../Kconfig&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Most of the parameters are hardcoded, and if these need to be changed, changes are needed in here:&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/6b943fcdd94d7652710bcf8459519ae44a50aea7/lib/nrf_modem_lib/trace_backends/uart/uart.c#L60-L68"&gt;github.com/.../uart.c&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;But it does follow the pintctrl of: uart1_default: uart1_default &lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/6b943fcdd94d7652710bcf8459519ae44a50aea7/lib/nrf_modem_lib/trace_backends/uart/uart.c#L76"&gt;github.com/.../uart.c&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;For getting this to work, you do not need to enable uart1 (as this will lead to IRQ issue as uart1 will likely have a conflict with itself), or uart3. You only need to set the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;uart1_default: uart1_default {
                group1 {
                        psels = &amp;lt;NRF_PSEL(UART_RX, 0, 3)&amp;gt;;
                        bias-pull-up;
                };
                group2 {
                        psels = &amp;lt;NRF_PSEL(UART_TX, 0, 4)&amp;gt;;
                };
        };&lt;/pre&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524757?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 08:59:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50265696-8a12-47dc-a491-6b27d38501cd</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Just tried exchanging to that config, but sadly nothing changed. I&amp;#39;m still only receiving modem trace LOG from the virtual port.&lt;/p&gt;
&lt;p&gt;I also tried to use the default 1Mbps baudrate recommended to output LOG, but still nothing changed...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524756?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 08:59:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:572d6f4e-e391-4067-9906-302b950767ef</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Just tried exchanging to that config, but sadly nothing changed. I&amp;#39;m still only receiving modem trace LOG from the virtual port.&lt;/p&gt;
&lt;p&gt;I also tried to use the default 1Mbps baudrate recommended to output LOG, but still nothing changed...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524553?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 10:22:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:149d1127-97aa-43bc-b2bd-a369c09c0d73</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I you have not seen it already, please refer to my previous reply for additional information regarding modem tracing on a specific UART.&lt;br /&gt;&lt;br /&gt;Do you see any change if you replace&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_UART_2_NRF_HW_ASYNC_TIMER=2
CONFIG_UART_2_NRF_HW_ASYNC=y&lt;/pre&gt;&lt;br /&gt;with&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_UART_3_NRF_HW_ASYNC_TIMER=2
#CONFIG_UART_3_NRF_HW_ASYNC=y&lt;/pre&gt;&lt;br /&gt;in your configuration file?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524540?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 09:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec200687-f020-4bbf-be55-370e3f3647fa</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Modem tracing can be enabled and configured using nrf91-modem-trace-uart snippet as shown in&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-7-cellular-fundamentals/topic/lesson-7-modem-trace/"&gt;modem trace lesson&lt;/a&gt;. Using this snippet enables UART1. You can also look at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-trace/guides/tracing_9160_modem_trace.html#enabling-tracing-in-the-application"&gt;enabling tracing in the application&lt;/a&gt;&amp;nbsp;where it is mentioned that UART1 is used for capturing modem trace. It is possible to use another UART peripheral for modem trace output but then some changes in modem library and configuration are needed (see Note in the linked page). When&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/serial_lte_modem/doc/slm_description.html#connecting_with_an_external_mcu"&gt;connecting with external MCU&lt;/a&gt;, the modem in nrf91 can directly be controlled by the application on external MCU. On the last linked page, you can find an example of configuring connection to external MCU using UART_2.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524508?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 08:42:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1601c1f1-f82b-4c14-8535-b8ee76909ec8</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Information update!&lt;/p&gt;
&lt;p&gt;According to the suggestion from Nordic AI to check the zephyr.dts, I kind of figure out that UART1 was likely to also be assigned to use by &amp;quot;arduino_serial&amp;quot;. Guess that might be the reason IRQ error pops when I try to configure UART1.&lt;br /&gt;(Screenshot was taken &amp;quot;after&amp;quot; I changed the port, so uart1 is now disabled)&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1740472588126v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;However&amp;nbsp;as I tried to configure the modem trace output port to UART3, it&amp;nbsp; could successfully build(new extra configure file attached below). But I ends up still receiving trace from one of the virtual port of the DK board instead of the expected PO.03/PO.04.&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/custom_5F00_9160_5F00_A1_5F00_1.conf"&gt;devzone.nordicsemi.com/.../custom_5F00_9160_5F00_A1_5F00_1.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/custom_5F00_9160_5F00_A1_5F00_1.overlay"&gt;devzone.nordicsemi.com/.../custom_5F00_9160_5F00_A1_5F00_1.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/uart_5F00_trace.conf"&gt;devzone.nordicsemi.com/.../uart_5F00_trace.conf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524467?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 02:32:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b588a381-8922-4afb-b67b-6da1eb573884</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Sorry we do not have the modem trace yet. The environment there doesn&amp;#39;t have space for an J-Link and a laptop there. That&amp;#39;s the reason I wanna build a slm application that could output trace through another UART while communicating with out external MCU.&lt;/p&gt;
&lt;p&gt;What we have now is the LOG of UART communication between external MCU and nRF-9160. It was separated into files because we logged them through 2 TF card UART logger.&lt;/p&gt;
&lt;p&gt;Also for some unknown reason, the LOG should be way more larger than this since its overnight logging, but this is what we got for now.&lt;/p&gt;
&lt;p&gt;9160 sending to M452(our Nuvoton external MCU):&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/9160_5F00_to_5F00_M452_5F00_FILE0000.TXT"&gt;devzone.nordicsemi.com/.../9160_5F00_to_5F00_M452_5F00_FILE0000.TXT&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/9160_5F00_to_5F00_M452_5F00_FILE0001.TXT"&gt;devzone.nordicsemi.com/.../9160_5F00_to_5F00_M452_5F00_FILE0001.TXT&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;M452 sending to 9160&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/M452_5F00_to_5F00_9160_5F00_FILE0003.TXT"&gt;devzone.nordicsemi.com/.../M452_5F00_to_5F00_9160_5F00_FILE0003.TXT&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also I am continuing trying to build the slm application, but I noticed that in the description under SLM sample&amp;#39;s documnet folder, there&amp;#39;s a file named slm_description.rst mentioned:&lt;br /&gt;&amp;quot;&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To save power, both the console and the output logs over &lt;/span&gt;&lt;span&gt;``UART_0``&lt;/span&gt;&lt;span&gt; are disabled in this application.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;&lt;/span&gt;So it seems like the default uart port used to output trace is actually UART 0 instead of UART1?&lt;br /&gt;I&amp;#39;ve asked Nordic AI again and this time it also reply the default port is UART 0.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;If this is the case&amp;nbsp;then here comes&amp;nbsp;a new problem that in order to communicate with external MCU, the document says we have to enable UART 2 and disable UART0, but the default UART port used to output trace was UART 0.&lt;br /&gt;Is this solvable with configuration? Or this could only be solve by going into the codes to modify them?&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524314?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 11:16:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe25647b-9d35-479a-9366-09995dfe8245</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you provide complete application log and modem trace?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524176?ContentTypeID=1</link><pubDate>Sat, 22 Feb 2025 00:06:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3900c5d7-c040-432f-a923-8b70a20227b4</guid><dc:creator>Alan-Ni</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Yes I am trying to build a firmeare for my custom board. I&amp;#39;m aware that the pins might already assinged for other use on the DK board, but somehow our hardware engineer decide to place them there...&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve been using that board as&amp;nbsp; modem for a while, so far it works fine.&lt;/p&gt;
&lt;p&gt;But recently at our new site, we are having a phenomenon thay even if the signal was good (power level is 8 from the response of AT%CONEVAL), the board would periodically response ERROR while we send XSEND command(TCP packet, with data mode).&lt;/p&gt;
&lt;p&gt;The data throughput of device there were about 100 bytes per packet, one packet per 10 second. And the Error would pop up roughly every 24 sends(sometimes less).&lt;/p&gt;
&lt;p&gt;Since error doesn&amp;#39;t shows evertime we send XSEND, I assume the syntax was correct, so I am trying to make the 9160 output its LOG for more information about what&amp;#39;s happening inside.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build Fail when trying to modify SLM application sample</title><link>https://devzone.nordicsemi.com/thread/524153?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 18:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eadb3c2f-b19e-4255-ab8f-a1dc022c7a7c</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Are you trying to modify and build the sample for nrf9160dk_nrf9160_ns board target or for your custom board?&lt;br /&gt;&lt;br /&gt;I have reproduced your issue by building SLM sample for nrf9160dk_nrf9160_ns board target in NCS v2.4.0 with your config/overlay files. I will look further into it. I expect to get back to you by the end of next week.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>