<?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>How to see LOG in Bootloader if app moves into bootloader ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49715/how-to-see-log-in-bootloader-if-app-moves-into-bootloader</link><description>Hello, Nordic. 
 I use SDK15.3.0, s340 softdevice, nrf52840. 
 Recently, I am testing dfu service. So I merge App, softdevice, and bootloader. 
 Dfu service&amp;#39;s test has done very well. 
 But I don&amp;#39;t see any Log in bootloader. I also use pca10056_ble_debug</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Jul 2019 11:47:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49715/how-to-see-log-in-bootloader-if-app-moves-into-bootloader" /><item><title>RE: How to see LOG in Bootloader if app moves into bootloader ?</title><link>https://devzone.nordicsemi.com/thread/198433?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 11:47:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e62b81c4-f62d-4922-9125-f8e0e0840857</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;RTT uses a section of RAM to hold log messages which are accessed by the debugger. When you connect the debugger, it will automatically search through RAM to locate this block and start retrieving the log messages. The problem is that it&amp;#39;s not stored at a fixed address, so the block will be placed at a new address when the device &amp;quot;jumps&amp;quot; from the bootloader to the application (and vice versa). The solution is to place it at a fixed address in your bootloader and application. Please refer to Hung&amp;#39;s answer here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/20708/rtt-logging-from-application-started-by-bootloader/80814#80814"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/20708/rtt-logging-from-application-started-by-bootloader/80814#80814&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>