<?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>Stuck at NRF_BREAKPOINT_COND</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49743/stuck-at-nrf_breakpoint_cond</link><description>I am using TWI sensor example to read data from mpu6050. The program runs without error and showing expected values in watch window. In order to see the real time values i used J-link viewer. Since i am using this for the first time i couldnt connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Jul 2019 09:30:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49743/stuck-at-nrf_breakpoint_cond" /><item><title>RE: Stuck at NRF_BREAKPOINT_COND</title><link>https://devzone.nordicsemi.com/thread/198649?ContentTypeID=1</link><pubDate>Tue, 16 Jul 2019 09:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4a726ab-1a12-47e0-a6eb-9e066f4435c5</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The error is probably somewhere in your application code. You should try to debug to see why you are going into the error handler. &lt;/p&gt;
&lt;p&gt;Could you attach the log output from the j-link viewer and a screenshot of the callstack?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Stuck at NRF_BREAKPOINT_COND</title><link>https://devzone.nordicsemi.com/thread/198465?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 12:38:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72a430ad-6539-48bb-9ed9-5c6bfa1a0c79</guid><dc:creator>ANANTHAKRISHNAN</dc:creator><description>&lt;p&gt;Hey , Thanks for the response . As u said i changed the value of&amp;nbsp;NRF_LOG_BACKEND_RTT_ENABLED to 1 which was 0 before and&amp;nbsp;NRF_LOG_ENABLED was already 1. Now i am getting fatal error in j-link viewer after getting one set of output. After that it get stuck at the same location(&lt;span&gt;NRF_BREAKPOINT_COND&amp;nbsp;&lt;/span&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Stuck at NRF_BREAKPOINT_COND</title><link>https://devzone.nordicsemi.com/thread/198357?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 09:00:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1435be36-d351-4842-96f6-352a35aedeb6</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you enabled nrf log module and also the rtt backend?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;e&amp;gt; NRF_LOG_ENABLED - nrf_log - Logger
//==========================================================
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED 1
#endif



//==========================================================
// &amp;lt;e&amp;gt; NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend
//==========================================================
#ifndef NRF_LOG_BACKEND_RTT_ENABLED
#define NRF_LOG_BACKEND_RTT_ENABLED 1
#endif&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>