<?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>Serial Output from nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80243/serial-output-from-nrf9160</link><description>Hello, 
 
 I am having an issue viewing serial communication from the nRF9160 on the LTE link monitor. I am able to view output when the code is compiled from a different computer. I am unable to view output when the code compiles from my compute (a MacOS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Oct 2021 16:46:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80243/serial-output-from-nrf9160" /><item><title>RE: Serial Output from nRF9160</title><link>https://devzone.nordicsemi.com/thread/334678?ContentTypeID=1</link><pubDate>Mon, 18 Oct 2021 16:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f3a03fb-39c3-4f49-80b7-2f65d93312d1</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;No this is not the file I need. Please zip the whole working directory with your sample and attach it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Output from nRF9160</title><link>https://devzone.nordicsemi.com/thread/333801?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 21:42:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9fe9e1a-de86-4211-b5c0-90da6f3bdada</guid><dc:creator>Thomas Talbot</dc:creator><description>&lt;p&gt;Hi Heidi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do not see a file named &amp;quot;.config&amp;quot; in the &amp;lt;build_folder&amp;gt;/zephyr directory. However, there is a filed named &amp;quot;Kconfig.zephyr&amp;quot; is this the file you are interested in? I am attaching the &amp;quot;Kconfig.zephyr&amp;quot; file to this email for the computer that compiles but does not run code on the nRF9160.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, to double check my steps when I Build and Run code: In the Segger Embedded Studio, I am selecting 1. Build&amp;gt; Build Solution, 2. Target &amp;gt; Download zephyr/merged.hex. Is this correct?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kconfig.zephyr file from non-functional computer:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
# General configuration options

&amp;#160;&amp;#160;

# Copyright (c) 2014-2015 Wind River Systems, Inc.

# Copyright (c) 2016 Intel Corporation

# SPDX-License-Identifier: Apache-2.0





# Include Kconfig.defconfig files first so that they can override defaults and

# other symbol/choice properties by adding extra symbol/choice definitions.

# After merging all definitions for a symbol/choice, Kconfig picks the first

# property (e.g. the first default) with a satisfied condition.

#

# Shield defaults should have precedence over board defaults, which should have

# precedence over SoC defaults, so include them in that order.

#

# $ARCH and $BOARD_DIR will be glob patterns when building documentation.

source &amp;quot;$(KCONFIG_BINARY_DIR)/Kconfig.shield.defconfig&amp;quot;

source &amp;quot;$(BOARD_DIR)/Kconfig.defconfig&amp;quot;

source &amp;quot;$(KCONFIG_BINARY_DIR)/Kconfig.soc.defconfig&amp;quot;



menu &amp;quot;Modules&amp;quot;



source &amp;quot;modules/Kconfig&amp;quot;



endmenu



source &amp;quot;boards/Kconfig&amp;quot;

source &amp;quot;soc/Kconfig&amp;quot;

source &amp;quot;arch/Kconfig&amp;quot;

source &amp;quot;kernel/Kconfig&amp;quot;

source &amp;quot;dts/Kconfig&amp;quot;

source &amp;quot;drivers/Kconfig&amp;quot;

source &amp;quot;lib/Kconfig&amp;quot;

source &amp;quot;subsys/Kconfig&amp;quot;



osource &amp;quot;$(TOOLCHAIN_KCONFIG_DIR)/Kconfig&amp;quot;



menu &amp;quot;Build and Link Features&amp;quot;



menu &amp;quot;Linker Options&amp;quot;



choice

&amp;#160; &amp;#160; &amp;#160; &amp;#160; prompt &amp;quot;Linker Orphan Section Handling&amp;quot;

&amp;#160; &amp;#160; &amp;#160; &amp;#160; default LINKER_ORPHAN_SECTION_WARN



config LINKER_ORPHAN_SECTION_PLACE

&amp;#160; &amp;#160; &amp;#160; &amp;#160; bool &amp;quot;Place&amp;quot;

&amp;#160; &amp;#160; &amp;#160; &amp;#160; help

&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; Linker puts orphan sections in place without warnings

&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; or errors.

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Output from nRF9160</title><link>https://devzone.nordicsemi.com/thread/333482?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 11:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b51c599-8241-4f74-b57f-5c5a4e98506b</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I think I need to take a look at the resulting build configurations since this seems to be a dependency issue.&lt;/p&gt;
&lt;p&gt;Can you find the file &amp;lt;build_folder&amp;gt;/zephyr/.config when compiling with the computer where the resulting build is able to print to serial, and the file when the resulting build is not and attach them? Please attach files, and not screenshots.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Output from nRF9160</title><link>https://devzone.nordicsemi.com/thread/332855?ContentTypeID=1</link><pubDate>Wed, 06 Oct 2021 13:26:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59a327c0-0714-4fe4-a360-8c83a6439f0f</guid><dc:creator>Thomas Talbot</dc:creator><description>&lt;p&gt;Here is a screenshot of my prj.conf file.&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2021_2D00_10_2D00_06-at-9.25.00-AM.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Output from nRF9160</title><link>https://devzone.nordicsemi.com/thread/332787?ContentTypeID=1</link><pubDate>Wed, 06 Oct 2021 10:33:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecb60411-4962-4f75-9ee9-43342e3f917c</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Yes, there are settings to enable/disable serial output. Could you provide the prj.conf file of the application you are flashing and I will take a look.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/logging/index.html"&gt;Zephyr Logging API&lt;/a&gt;&amp;nbsp;provides numerous backends so it&amp;#39;s easier for me to just take a look at what configurations you have currently enabled.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>