<?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>application stops once UART interrupt occurs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7624/application-stops-once-uart-interrupt-occurs</link><description>uart_fsm and proc_fsm never get called.
debug on the first line of the uart_fsm and proc_fsm are do not come even
gpio toggling stops once uart interrupt received. I am modifying ble_app_uart code. 
 Any idea? 
 for (;;)
{ 
// Manage power if waiting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Jun 2015 06:14:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7624/application-stops-once-uart-interrupt-occurs" /><item><title>RE: application stops once UART interrupt occurs</title><link>https://devzone.nordicsemi.com/thread/27202?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2015 06:14:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dbdfdac-9e32-4dd5-9b06-e58811ed93b5</guid><dc:creator>Now</dc:creator><description>&lt;p&gt;HI Milan,&lt;/p&gt;
&lt;p&gt;thanks for ur response, problem solved. I forgot to handle multi kinds of bt return value.&lt;/p&gt;
&lt;p&gt;-Regards,
Now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application stops once UART interrupt occurs</title><link>https://devzone.nordicsemi.com/thread/27205?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2015 05:07:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25d29a40-6ff3-4339-8607-c72df206761f</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;hi,
In may case I forgot following in IRQ handler,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Clear UART ERROR event flag.
NRF_UART0-&amp;gt;EVENTS_ERROR = 0;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;regards,
Milan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application stops once UART interrupt occurs</title><link>https://devzone.nordicsemi.com/thread/27201?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2015 04:30:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d89fdd21-adbd-48a0-bf50-f76685725c09</guid><dc:creator>Now</dc:creator><description>&lt;p&gt;Hi, same problem I got, it still exists even do nothing in UART0 handler...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application stops once UART interrupt occurs</title><link>https://devzone.nordicsemi.com/thread/27204?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2015 03:34:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23e00c4c-af74-465b-83e4-c60deb57a720</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;hi,
thanks for reply!! :)
M trying.. hopefully there must be some problem in IRQ handler.. I have modified it so..
let me check..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: application stops once UART interrupt occurs</title><link>https://devzone.nordicsemi.com/thread/27203?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2015 17:21:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77f9b338-1cf9-4c9e-b412-3354f22bd8e2</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;If you are sure that the interrupt happens once, then most probably it either caused an hardfault (for some reason) or it has APP_ERR_CHECK() which has failed.
Set a breakpoint in the interrupt handler and see why it did not finish.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>