<?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>NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26399/nrf_log_info-func-and-migrating-from-arduino-to-ses-nrf52832-questions</link><description>Hello, 
 I&amp;#39;ve recently properly started programming my nrf52832 DK with segger embeded studio playing a little with the debuging tool break points modifing example ect... 
 and I came across this function NRF_LOG_INFO(); which I guess is for outputing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Oct 2017 20:26:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26399/nrf_log_info-func-and-migrating-from-arduino-to-ses-nrf52832-questions" /><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103891?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 20:26:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:476f37d9-f255-4952-9fcb-6bbbdb434ac2</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;We have just added support for SES. Hopefully a CMSIS Configuration Wizard will be built into SES by default in the future.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103890?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 20:19:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1346aad0-8f6c-4ba3-a494-7ddaff6a1aa0</guid><dc:creator>MikeLemon</dc:creator><description>&lt;p&gt;Thanks! how could I have missed that.&lt;/p&gt;
&lt;p&gt;But why is this step not included by default?&lt;/p&gt;
&lt;p&gt;Also maybe you might know what  NRF_LOG_FLUSH(); function does that&amp;#39;s what it says in the info center page: &amp;quot;Macro for processing all log entries from the buffer. It blocks until all buffered entries are processed by the backend.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103889?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 20:06:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c8000b7-c51e-46c3-abfa-bf7ad28b3efa</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;That step is explained in the video SEGGER Embedded Studio - CMSIS Configuration Wizard: &lt;a href="https://www.youtube.com/watch?v=b0MxWaAjMco&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&amp;amp;index=4"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103888?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 20:02:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b8c9c69-20c5-454f-86a4-1986437657b4</guid><dc:creator>MikeLemon</dc:creator><description>&lt;p&gt;Ah yeah thanks but there is a step in the video I can&amp;#39;t preform sins when I right click sdk_config.h it wont show me the CMSIS configuration wizard option in minute 2:45 of the video.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103892?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 12:10:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dc22b09-b887-41c8-9cdc-f3fbe605a75e</guid><dc:creator>Sigurd</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;Now the question is where can you see
them?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With SES you can see the RTT messages in the built-in debug terminal:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/debug-keil.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;With the examples in the SDK, make sure that you in sdk_config.h have &lt;code&gt;NRF_LOG_BACKEND_RTT_ENABLED&lt;/code&gt; and &lt;code&gt;NRF_LOG_ENABLED&lt;/code&gt; set 1.&lt;/p&gt;
&lt;p&gt;All this is covered in our Youtube video &amp;quot;SEGGER Embedded Studio - Basics of debugging&amp;quot;, it can be found here: &lt;a href="https://www.youtube.com/watch?v=uP8RYgYGRvI&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&amp;amp;index=7"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103886?ContentTypeID=1</link><pubDate>Sun, 29 Oct 2017 13:39:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a14fd3f3-4e8a-466b-a3b3-91ff5cb3f557</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;Segger RTT gets the data from SWD. The chapter on RTT in the JLink user guide provides more detailed API info on RTT usage: ~\SEGGER\JLink_V612e\Doc\Manuals\UM*_JLink.pdf&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103885?ContentTypeID=1</link><pubDate>Sun, 29 Oct 2017 04:18:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fe33ea8-fad5-45d9-9443-cf59e3958576</guid><dc:creator>MikeLemon</dc:creator><description>&lt;p&gt;So I understand that inorder to read the data coming from this function you have to connect an external device? what is RTT? can it cast data like this from the SWD port?&lt;/p&gt;
&lt;p&gt;about the inforcer I see there is some info about functions I wanted to read about which is nice.&lt;/p&gt;
&lt;p&gt;Now just waiting for an answer about the other library question&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/103887?ContentTypeID=1</link><pubDate>Sun, 29 Oct 2017 02:16:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d53d9f44-8774-471e-9885-64ad03a385bf</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;I suspect the nrf_log_info() dumps the data to the uart (Nordic folks can correct me if I&amp;#39;m wrong here). You may also consider using the segger RTT in case the uart is already used to connect to another peripheral (eg. a GSM module).&lt;/p&gt;
&lt;p&gt;The infocenter has the API description for various SDKs: &lt;a href="https://infocenter.nordicsemi.com/index.jsp"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>