<?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>Kinetis Design Studioのトピックtrap inside an undefined IRQ handler</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455327#M4675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having an issue relating to LPUART interrupt handler. I use PE to initialize LPUART1 and enable the interrupt. From my app code, I invoke API call&amp;nbsp; LPUART_DRV_SendData() to tx a single byte of data. But instead of branching to LPUART1_IRQHandler(), the code jumps to UART2_FLEXIO_IRQHandler(). Since UART2 is undefined, the code is now trapped inside infinite loop. Any ideals what went wrong? My target MCU is MKL17Z128.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UART2_FLEXIO_IRQHandler:&lt;/P&gt;&lt;P&gt;000004f8:&amp;nbsp;&amp;nbsp; ldr r0, [pc, #0]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; (0x4fc)&lt;/P&gt;&lt;P&gt;142&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bx r0&lt;/P&gt;&lt;P&gt;000004fa:&amp;nbsp;&amp;nbsp; bx r0&lt;/P&gt;&lt;P&gt;141&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 16:08:48 GMT</pubDate>
    <dc:creator>Ming</dc:creator>
    <dc:date>2015-10-13T16:08:48Z</dc:date>
    <item>
      <title>trap inside an undefined IRQ handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455327#M4675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having an issue relating to LPUART interrupt handler. I use PE to initialize LPUART1 and enable the interrupt. From my app code, I invoke API call&amp;nbsp; LPUART_DRV_SendData() to tx a single byte of data. But instead of branching to LPUART1_IRQHandler(), the code jumps to UART2_FLEXIO_IRQHandler(). Since UART2 is undefined, the code is now trapped inside infinite loop. Any ideals what went wrong? My target MCU is MKL17Z128.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UART2_FLEXIO_IRQHandler:&lt;/P&gt;&lt;P&gt;000004f8:&amp;nbsp;&amp;nbsp; ldr r0, [pc, #0]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; (0x4fc)&lt;/P&gt;&lt;P&gt;142&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bx r0&lt;/P&gt;&lt;P&gt;000004fa:&amp;nbsp;&amp;nbsp; bx r0&lt;/P&gt;&lt;P&gt;141&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 16:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455327#M4675</guid>
      <dc:creator>Ming</dc:creator>
      <dc:date>2015-10-13T16:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: trap inside an undefined IRQ handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455328#M4676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ming,&lt;/P&gt;&lt;P&gt;Please show your code clearly , especially the initialization of LPUART1 and enable the interrupt .&lt;/P&gt;&lt;P&gt;And does you project create by KSDK ? which version ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 02:59:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455328#M4676</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-15T02:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: trap inside an undefined IRQ handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455329#M4677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out the issue myself. I had lpuart1 de-initialized by accident. So it was an un-handled exception when I attempted to start a Tx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 13:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/trap-inside-an-undefined-IRQ-handler/m-p/455329#M4677</guid>
      <dc:creator>Ming</dc:creator>
      <dc:date>2015-10-20T13:36:59Z</dc:date>
    </item>
  </channel>
</rss>

