<?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>nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40700/nrf52-sdkv15-2-nrf_breakpoint_cond-strange-behavior</link><description>Hello Nordic team 
 I am working on ble_app_buttonless_dfu example code and implemented accelerometer code via TWI0. And Accelerometer INT pin connected on GPIO via gpiote. I noticed when device receive interrupt on GPIO from Accel it execute ISR and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Nov 2018 19:25:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40700/nrf52-sdkv15-2-nrf_breakpoint_cond-strange-behavior" /><item><title>RE: nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/thread/158496?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 19:25:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cef258c3-bca3-47b2-9ec8-817f5b63f3fb</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;There is nothing else that can cause that error code from that function.&amp;nbsp;Can you post your project or the code used configuring and starting/stopping the timers?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/thread/158482?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 15:40:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8730b3d-56f4-46cb-87d4-767dd9ee9a5c</guid><dc:creator>Rajneesh</dc:creator><description>&lt;p&gt;Hi Jorden, Timer initialized and created correctly. But in my application I am multiple time stop and start same timer with loaded new timer value. So one or two times timer started correctly but some time it fails and return error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/thread/158462?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 14:33:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f557a4cf-25ab-4247-8afd-c1b9b0492f8d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;As described in the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__app__timer.html#gaa2e52b98d7c4030d5e283ddfe50c81c7"&gt;API documentation&lt;/a&gt;, this indicate that:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="1" rowspan="1"&gt;NRF_ERROR_INVALID_STATE&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;If the application timer module has not been initialized or the timer has not been created.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Did you initialize the app_timer module and create the timer that you are trying to start?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/thread/158456?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 14:16:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41ca2cae-75c6-49cd-9186-312fc75535ce</guid><dc:creator>Rajneesh</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/joh2"&gt;J&amp;oslash;rgen&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;app_timer_start&amp;nbsp;&lt;/strong&gt;return error in&amp;nbsp;APP_ERROR_CHECK(err_code) and system get restart.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/thread/158451?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 14:10:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:446a12d4-7358-44be-b953-0b62f9518188</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Which function is returning error code 8 (this means &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/group__nrf__error.html#gaf0aff2ba7864b34a36b4a96986e1851e"&gt;invalid state&lt;/a&gt;)? If you set the DEBUG flag as described in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/10729/my-device-is-freezing-and-restarting"&gt;this thread&lt;/a&gt;, you should see this information in the log output if you gave logging enabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52, SDKv15.2 NRF_BREAKPOINT_COND strange behavior</title><link>https://devzone.nordicsemi.com/thread/158165?ContentTypeID=1</link><pubDate>Tue, 20 Nov 2018 12:37:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dda3285-4d03-4442-84fd-0f291ced0a23</guid><dc:creator>Rajneesh</dc:creator><description>&lt;p&gt;Nordic team, Debug the system bit more to know the issue. I got the error_code =&amp;nbsp;0x00000008 and then system reset via &amp;quot;&lt;strong&gt;NVIC_SystemReset();&lt;/strong&gt;&amp;quot; API.&lt;/p&gt;
&lt;p&gt;Need help to solve the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>