<?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: MCF52259 Demo Board UART. in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206049#M9769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took a quick look but didn't see any configuration of the UART pins for peripheral use (PUAPAR).&lt;/P&gt;&lt;P&gt;Also I didn't find any configuration of the clock source (UCSR), nor the Baud rate (UBG1 and UBG2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mode is being set correctly to no parity without stop bit but I didn't see the transmitter being enabled anywhere either prior to, or during attempted transmission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that you may like to look into the uTasker project for the Kirin3 &lt;A href="http://www.utasker.com/kirin3.html" rel="nofollow" target="_self"&gt;http://www.utasker.com/kirin3.html&lt;/A&gt; which contains all that you ned for the UARTs (see UART guide:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/docs/uTasker/uTaskerUART.PDF" rel="nofollow" target="_self"&gt;http://www.utasker.com/docs/uTasker/uTaskerUART.PDF)&lt;/A&gt; with interrupt and DMA driven modes as well as a simulator to run a virtual Kirin3 [UARTs mapped to COM ports] on your PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that you are already using some ADC code - the uTasker project also has full support for this (including threshold triggering interrupt and full simulation capabilities) - as for most peripherals; eg. &lt;A href="http://www.utasker.com/forum/index.php?topic=280.0" rel="nofollow" target="_self"&gt;http://www.utasker.com/forum/index.php?topic=280.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;&lt;SPAN&gt;Embedding it better...&lt;/SPAN&gt;&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Aug 2009 19:45:23 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2009-08-08T19:45:23Z</dc:date>
    <item>
      <title>MCF52259 Demo Board UART.</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206048#M9768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use the mcf52259 uart peripheral.&amp;nbsp; I used the cf initialize bean to initialize my settings.&amp;nbsp; But no matter what I send, I always see the greek letter alpha.&amp;nbsp; I am including my codes, hopefully someone could point out some tips.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;FWFan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Ffiles%2Fcommunity_files%2FCFCOMM%2Fmsg7474_main.c" rel="nofollow" target="_blank"&gt;main.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Ffiles%2Fcommunity_files%2FCFCOMM%2Fmsg7474_MCUinit.c" rel="nofollow" target="_blank"&gt;MCUinit.c&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-09-02&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:07 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 05:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206048#M9768</guid>
      <dc:creator>FWFan</dc:creator>
      <dc:date>2009-08-08T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52259 Demo Board UART.</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206049#M9769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took a quick look but didn't see any configuration of the UART pins for peripheral use (PUAPAR).&lt;/P&gt;&lt;P&gt;Also I didn't find any configuration of the clock source (UCSR), nor the Baud rate (UBG1 and UBG2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mode is being set correctly to no parity without stop bit but I didn't see the transmitter being enabled anywhere either prior to, or during attempted transmission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that you may like to look into the uTasker project for the Kirin3 &lt;A href="http://www.utasker.com/kirin3.html" rel="nofollow" target="_self"&gt;http://www.utasker.com/kirin3.html&lt;/A&gt; which contains all that you ned for the UARTs (see UART guide:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/docs/uTasker/uTaskerUART.PDF" rel="nofollow" target="_self"&gt;http://www.utasker.com/docs/uTasker/uTaskerUART.PDF)&lt;/A&gt; with interrupt and DMA driven modes as well as a simulator to run a virtual Kirin3 [UARTs mapped to COM ports] on your PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that you are already using some ADC code - the uTasker project also has full support for this (including threshold triggering interrupt and full simulation capabilities) - as for most peripherals; eg. &lt;A href="http://www.utasker.com/forum/index.php?topic=280.0" rel="nofollow" target="_self"&gt;http://www.utasker.com/forum/index.php?topic=280.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;&lt;SPAN&gt;Embedding it better...&lt;/SPAN&gt;&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 19:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206049#M9769</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2009-08-08T19:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52259 Demo Board UART.</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206050#M9770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow Mark.&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;I will get on it right away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;FWFan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 21:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52259-Demo-Board-UART/m-p/206050#M9770</guid>
      <dc:creator>FWFan</dc:creator>
      <dc:date>2009-08-08T21:36:40Z</dc:date>
    </item>
  </channel>
</rss>

