<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541008#M12185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Sun Jan 17 01:50:02 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, as the comment in the code says...&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;or a specific handler is not present in the application code.&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:41:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:41:12Z</dc:date>
    <item>
      <title>cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541006#M12183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahendra_ms on Sun Jan 17 00:16:15 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello community&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm dealing with LPCXpresso 11U24 board with one project code provided by NXP.(with &lt;/SPAN&gt;&lt;STRONG&gt;LPCXpresso v7.9.2&lt;/STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In that code I've add-up chip's UART code with receive complete interrupt, right now every thing is working good and I'm able to send data through UART with my desired baud rate, but problem starts when i send any character from terminal tool. problem is controller won't get interrupted and send echo back!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've starts it's debugging and further send charterer from terminal tool then i found that there is problem in it's startup file, controller get freeze at......(unexpected interrupt occurs in it's startup file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;//*****************************************************************************
//
// Processor ends up here if an unexpected interrupt occurs or a specific
// handler is not present in the application code.
//
//*****************************************************************************
__attribute__ ((section(".after_vectors")))
void IntDefaultHandler(void)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; while(1)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
} &lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all tips and solution welcomes &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mahendra_ms&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541006#M12183</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541007#M12184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Sun Jan 17 00:48:15 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahendra_ms&lt;/STRONG&gt;&lt;BR /&gt;all tips and solution welcomes :)&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously your UART interrupt isn't triggered and the default interrupt is used&amp;nbsp; :O &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541007#M12184</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541008#M12185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Sun Jan 17 01:50:02 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, as the comment in the code says...&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;or a specific handler is not present in the application code.&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541008#M12185</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541009#M12186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahendra_ms on Sun Jan 17 02:04:06 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but in cr_startup_lcp11U.c it has aliased for uart as default int. handler!&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
void FLEX_INT0_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT1_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT2_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT3_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT4_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT5_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT6_IRQHandler (void) ALIAS(IntDefaultHandler);
void FLEX_INT7_IRQHandler (void) ALIAS(IntDefaultHandler);
void GINT0_IRQHandler (void) ALIAS(IntDefaultHandler);
void GINT1_IRQHandler (void) ALIAS(IntDefaultHandler);
void SSP1_IRQHandler (void) ALIAS(IntDefaultHandler);
void I2C_IRQHandler (void) ALIAS(IntDefaultHandler);
void TIMER16_0_IRQHandler (void) ALIAS(IntDefaultHandler);
void TIMER16_1_IRQHandler (void) ALIAS(IntDefaultHandler);
void TIMER32_0_IRQHandler (void) ALIAS(IntDefaultHandler);
void TIMER32_1_IRQHandler (void) ALIAS(IntDefaultHandler);
void SSP0_IRQHandler (void) ALIAS(IntDefaultHandler);
void UART_IRQHandler (void) ALIAS(IntDefaultHandler);
void USB_IRQHandler (void) ALIAS(IntDefaultHandler);
void USB_FIQHandler (void) ALIAS(IntDefaultHandler);
void ADC_IRQHandler (void) ALIAS(IntDefaultHandler);
void WDT_IRQHandler (void) ALIAS(IntDefaultHandler);
void BOD_IRQHandler (void) ALIAS(IntDefaultHandler);
void FMC_IRQHandler (void) ALIAS(IntDefaultHandler);
void USBWakeup_IRQHandler (void) ALIAS(IntDefaultHandler);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and in my &lt;/SPAN&gt;&lt;STRONG&gt;uart.c&lt;/STRONG&gt;&lt;SPAN&gt; file I've also add &lt;/SPAN&gt;&lt;STRONG&gt;uart irq ruteen&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541009#M12186</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541010#M12187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahendra_ms on Sun Jan 17 02:06:02 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in my application code I've added&lt;/SPAN&gt;&lt;STRONG&gt; UART irq ruteen&lt;/STRONG&gt;&lt;SPAN&gt; in my&lt;/SPAN&gt;&lt;STRONG&gt; uart.c &lt;/STRONG&gt;&lt;SPAN&gt;file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541010#M12187</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541011#M12188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahendra_ms on Sun Jan 17 22:32:05 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;guys, is there any possible solution for this post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any one help me? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541011#M12188</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541012#M12189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Mon Jan 18 00:50:19 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahendra_ms&lt;/STRONG&gt;&lt;BR /&gt;guys, is there any possible solution for this post?&lt;BR /&gt;any one help me?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No one can help you if you don't describe your problem in detail&amp;nbsp; :exmark: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned already you have to find out why your UART interrupt isn't triggered...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's not possible for us because you didn't post your project so we are just guessing what you are doing&amp;nbsp; J) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541012#M12189</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541013#M12190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Mon Jan 18 02:03:12 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahendra_ms&lt;/STRONG&gt;&lt;BR /&gt;thanks for reply,&lt;BR /&gt;in my application code I've added&lt;STRONG&gt; UART irq ruteen&lt;/STRONG&gt; in my&lt;STRONG&gt; uart.c &lt;/STRONG&gt;file.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And how did you define and declare it? Show us exactly your interrupt routine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the startup file, the function name is weak, meaning that any definition you provide (assuming it is correctly defined and declared) will override this weak reference and yours will be used. But it must be correct...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541013#M12190</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541014#M12191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Mon Jan 18 02:08:24 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As stated by others, you really need to provide more details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;But as background information you might want to take a look at : &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fstartup-code-interrupt-handlers" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/faq/lpcxpresso/startup-code-interrupt-handlers&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541014#M12191</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: cr_startup_lcp11u.c problem with receive complete interrupt (solved)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541015#M12192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahendra_ms on Mon Jan 18 22:20:45 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;problem is solved &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks all of you for your precious comments,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hey guys as i told you in startup file the default alias for uart irq is&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;void UART_IRQHandler (void) ALIAS(IntDefaultHandler);&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;now in my uart.c I've declare isr having same name but still it wasn't fire up and MCU was freeze at...&lt;/SPAN&gt;&lt;STRONG&gt;unexpected interrupt occurs in it's startup file&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;project also has &lt;/SPAN&gt;&lt;STRONG&gt;chip.h&lt;/STRONG&gt;&lt;SPAN&gt; library file where macro was define for uart irq as...&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;/* Family specific IRQ handler alias list */
/*
#if (defined(CHIP_LPC11AXX) || defined(CHIP_LPC11EXX) || defined(CHIP_LPC11UXX))
#define UART_IRQHandler&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USART_IRQHandler
#define USART0_IRQHandler&amp;nbsp;&amp;nbsp;&amp;nbsp; USART_IRQHandler
#endif
*/&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and i simply did comment them, after building project again I've set debugger and give some command from terminal tool and finally my uart irq get fire &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:41:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/cr-startup-lcp11u-c-problem-with-receive-complete-interrupt/m-p/541015#M12192</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:41:17Z</dc:date>
    </item>
  </channel>
</rss>

