<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックM52259DEMO UART Interrupt</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M52259DEMO-UART-Interrupt/m-p/158789#M4865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to write some simple code that will take characters entered on the keyboard and output it to hyperterminal, this function will be used in some MQX tasks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of using the built in drivers provided I would like to setup and code the ISRs manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that the process roughly goes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initialize the appropriate structures and registers&lt;/P&gt;&lt;P&gt;Install the interrupt service routines&lt;/P&gt;&lt;P&gt;Enable interrupts&amp;nbsp;&lt;/P&gt;&lt;P&gt;And finally in the interrupt themselves, check for RX and TX states, and handle appropriately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone provide some help on how I would go about writing this code? The amount of macros and predefined variables is mind boggling and I have no idea where to begin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2009 14:05:02 GMT</pubDate>
    <dc:creator>MrCleaver</dc:creator>
    <dc:date>2009-12-02T14:05:02Z</dc:date>
    <item>
      <title>M52259DEMO UART Interrupt</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M52259DEMO-UART-Interrupt/m-p/158789#M4865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to write some simple code that will take characters entered on the keyboard and output it to hyperterminal, this function will be used in some MQX tasks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of using the built in drivers provided I would like to setup and code the ISRs manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that the process roughly goes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initialize the appropriate structures and registers&lt;/P&gt;&lt;P&gt;Install the interrupt service routines&lt;/P&gt;&lt;P&gt;Enable interrupts&amp;nbsp;&lt;/P&gt;&lt;P&gt;And finally in the interrupt themselves, check for RX and TX states, and handle appropriately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone provide some help on how I would go about writing this code? The amount of macros and predefined variables is mind boggling and I have no idea where to begin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 14:05:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M52259DEMO-UART-Interrupt/m-p/158789#M4865</guid>
      <dc:creator>MrCleaver</dc:creator>
      <dc:date>2009-12-02T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: M52259DEMO UART Interrupt</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M52259DEMO-UART-Interrupt/m-p/158790#M4866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MrCleaver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need alternative code see the following: &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=7476#M7476" target="_self"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=7476#M7476&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This allows various UART modes (interrupt, DMA driven, with flow control etc.). Generally:&lt;/P&gt;&lt;P&gt;&lt;A href="http://http://www.utasker.com/kirin3.html" rel="nofollow" target="_self"&gt;http://www.utasker.com/kirin3.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This allows you to test and modify the code in the &lt;STRONG&gt;uTasker Kirin3&lt;/STRONG&gt; simulator so is very efficient for learning the details involved. Fast and details technical support at &lt;A href="http://www.utasker.com/forum/index.php?board=2.0" rel="nofollow" target="_self"&gt;http://www.utasker.com/forum/index.php?board=2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.uTasker.com" rel="nofollow" target="_self"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;- OS, TCP/IP stack, USB, device drivers and simulator for M521X, M521XX, M5221X, M5222X, M5223X, M5225X. One package does them all - "&lt;EM&gt;Embedding it better...&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 00:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M52259DEMO-UART-Interrupt/m-p/158790#M4866</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2009-12-04T00:01:53Z</dc:date>
    </item>
  </channel>
</rss>

