<?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>PowerQUICC ProcessorsのトピックRe: uART Interrupt Issue for T1042</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924903#M2897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reviewed driver and it's using polling method to receive character. I'm new for driver concept and i wonder why my code is not working. which part of code is inadequate because when new character is received interrupt doesnt happen I mean another interrupt handler is called by processor like external interrupt exception , floatin point unavailable exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the reason my interrupt handler is not being called&amp;nbsp; please can you explain it with a lot of details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2019 13:30:01 GMT</pubDate>
    <dc:creator>love_hate_and_repeat</dc:creator>
    <dc:date>2019-09-05T13:30:01Z</dc:date>
    <item>
      <title>uART Interrupt Issue for T1042</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924901#M2895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mentioned this problem in another question without giving my uART driver example and&amp;nbsp; I want to share my uART Interrupt Driver Application with you&amp;nbsp; maybe you can help to solve this problem. I spent a lot of time to solve this problem but I didnt solve in any manner. I run this application as standalone on T1042 board. I place uART driver to ram by u-boot tftp command and after that i run bootelf command of u-boot to execute uART Driver application. by the way, The content of IVPR register is 0x7ff10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I send serial data to the board&amp;nbsp; Interrupt handler doesnt run or CPU doesnt call interrupt handler function. It jumps another exception handler like below picture. uART Driver&amp;nbsp; is attached. you can look at it and say what i make mistakes in code side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after i run application, I send serial data to the application over uART but i get this message like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="error.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/84421i1DBEA57B80540E4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.jpg" alt="error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 10:26:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924901#M2895</guid>
      <dc:creator>love_hate_and_repeat</dc:creator>
      <dc:date>2019-08-30T10:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: uART Interrupt Issue for T1042</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924902#M2896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the attached T1042 UART driver provided in CodeWarrior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 04:05:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924902#M2896</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-09-03T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: uART Interrupt Issue for T1042</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924903#M2897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reviewed driver and it's using polling method to receive character. I'm new for driver concept and i wonder why my code is not working. which part of code is inadequate because when new character is received interrupt doesnt happen I mean another interrupt handler is called by processor like external interrupt exception , floatin point unavailable exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the reason my interrupt handler is not being called&amp;nbsp; please can you explain it with a lot of details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924903#M2897</guid>
      <dc:creator>love_hate_and_repeat</dc:creator>
      <dc:date>2019-09-05T13:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: uART Interrupt Issue for T1042</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924904#M2898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I resolved my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 11:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/uART-Interrupt-Issue-for-T1042/m-p/924904#M2898</guid>
      <dc:creator>love_hate_and_repeat</dc:creator>
      <dc:date>2019-09-13T11:16:34Z</dc:date>
    </item>
  </channel>
</rss>

