<?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>Trace function missing from SDK12 logger module?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16418/trace-function-missing-from-sdk12-logger-module</link><description>Hi, 
 I am porting our application from SDK10 nrf51 to SDK12 nrf52. The application takes use of a serial console accessible over UART. 
 I notice the new logger module in SDK12 only seems to output to UART/RTT after a debug reset operation and that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Sep 2016 10:21:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16418/trace-function-missing-from-sdk12-logger-module" /><item><title>RE: Trace function missing from SDK12 logger module?</title><link>https://devzone.nordicsemi.com/thread/62839?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2016 10:21:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f01ab5e8-4b95-48ad-bccd-54fe71dbdfff</guid><dc:creator>olovh</dc:creator><description>&lt;p&gt;OK, thanks. That helped. I couldn&amp;#39;t get output on UART/RTT from the buttonless ble_dfu example (on my custom board) until I started a debug session in Keil. nrfjprog --pinreset used to be enough to generate output on nrf51 but now I see that both nrfjprog --debugreset&amp;quot; and &amp;quot;nrfjprog --reset&amp;quot; works for nrf52.&lt;/p&gt;
&lt;p&gt;In other words, it seems like there is a changed behaviour for &amp;quot;nrfjprog --pinreset&amp;quot; between nrf51 and nrf52 which confused me..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trace function missing from SDK12 logger module?</title><link>https://devzone.nordicsemi.com/thread/62838?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2016 10:53:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86de1316-f2b1-427d-98b4-cc121b01707f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The new &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/nrf_log.html?cp=4_0_0_3_14"&gt;Logger module&lt;/a&gt; is a replacement for the older &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_trace.html?cp=4_0_1_3_6"&gt;Debug Logger&lt;/a&gt; (app_trace). It is a general logging library that allows logging based on different log levels, but you can also print/log out any formatted string regardless of log level using &lt;code&gt;NRF_LOG_RAW_INFO()&lt;/code&gt;. There is no dependency of any particular reset mechanism - where did  you get that information?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>