<?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 New kit M52223EVB in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141768#M2470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 3;"&gt;I&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; am just starting with my kit and I was looking for simple sample code to get started for the serial ports any direction would be great.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 03:10:56 GMT</pubDate>
    <dc:creator>ggranville</dc:creator>
    <dc:date>2007-01-03T03:10:56Z</dc:date>
    <item>
      <title>New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141768#M2470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 3;"&gt;I&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; am just starting with my kit and I was looking for simple sample code to get started for the serial ports any direction would be great.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 03:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141768#M2470</guid>
      <dc:creator>ggranville</dc:creator>
      <dc:date>2007-01-03T03:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141769#M2471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if you create a project in codewarrior, Uart unity.c should be in the 'support files' folder. And if you look in codewarrior root folder there is a 'codewarrior example' folder. The uart.c from the evb5213 is valid as both evb's (5213 and 52223)&amp;nbsp;have the same uart module ( most of the modules are the same between the two micro&amp;nbsp;(symbols might be different though)).&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 17:54:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141769#M2471</guid>
      <dc:creator>Bartington</dc:creator>
      <dc:date>2007-01-03T17:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141770#M2472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;Thanks for the reply I was able to get the uart working with my project sample once I relized that the project built a uart version as well as a rom version. My biggest problem was how the tools worked I was more familiar with GCC projects and not the code warrior IDE. My next project will be to get a Device USB type working and be able to send up 4 32bit counter values as fast as I can should be interesting any thoughts at witch sample would be a good starting point?&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 20:39:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141770#M2472</guid>
      <dc:creator>ggranville</dc:creator>
      <dc:date>2007-01-03T20:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141771#M2473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Actually, that is what i'm working on.&lt;/DIV&gt;&lt;DIV&gt;a good starting point is the example pointed at on this page &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=1091" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=1091&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;I strongly suggest that you also download the USB2 and&amp;nbsp;&amp;nbsp;On The Go specifications (particularly Chapter 9) as well as the datasheet of the MAX3353.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;from what you've downloaded from the forum link Check Usb.c&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Good luck and&amp;nbsp;let me know how you're doing it might help me too&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 23:02:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141771#M2473</guid>
      <dc:creator>Bartington</dc:creator>
      <dc:date>2007-01-03T23:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141772#M2474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;Thanks for the direction this looks good. I look forward to playing with it but for now I am really looking for device side stuff. If I looked at this right this is all Host stuff correct? Is there some device side stuff or is that all there is? I will be plugging my device on this project in to a PC to send an application data.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;Thanks GG&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 23:25:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141772#M2474</guid>
      <dc:creator>ggranville</dc:creator>
      <dc:date>2007-01-03T23:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141773#M2475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Obviously you missed that link (copy both lines)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://www.freescale.com/webapp/sps/download/license.jsp?colCode=MCF5222X_USB_DEVICE_BETA&amp;amp;nodeId=0162468rH3YTLC00M98145&amp;amp;appType=file2&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null" rel="nofollow" target="_blank"&gt;https://www.freescale.com/webapp/sps/download/license.jsp?colCode=MCF5222X_USB_DEVICE_BETA&amp;amp;nodeId=0162468rH3YTLC00M98145&amp;amp;appType=file2&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;you sould have host and slave examples.&lt;/DIV&gt;&lt;DIV&gt;Slave( pull&amp;nbsp;up resistors are set, no need to control VBus)&lt;/DIV&gt;&lt;DIV&gt;host(Pull down resistors, need to control VBus)&lt;/DIV&gt;&lt;DIV&gt;for Protocol see USB specs chapter 9&lt;/DIV&gt;&lt;DIV&gt;and Ref Manual for EndPoint settings&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;that should help a little&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 23:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141773#M2475</guid>
      <dc:creator>Bartington</dc:creator>
      <dc:date>2007-01-03T23:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141774#M2476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I get this error when trying to download after i accept the terms of the agreement looks like its down right now i get the same thing when i try to navigate from there website as well. I will keep trying to get it though.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;We're Sorry, ...&lt;/P&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN class="IMP"&gt;An error has occurred while processing your request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The data you are looking for may have been moved to a different location on the site. Please go to the &lt;A href="https://www.freescale.com/index.html" rel="nofollow" target="_blank"&gt;Freescale home page&lt;/A&gt; to search for or access this content.&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 00:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141774#M2476</guid>
      <dc:creator>ggranville</dc:creator>
      <dc:date>2007-01-04T00:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: New kit M52223EVB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141775#M2477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I don't get any error and i'm&amp;nbsp;downloading it fine so&amp;nbsp;you might have a problem.&lt;/DIV&gt;&lt;DIV&gt;give me your email address, i'll forward it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 00:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/New-kit-M52223EVB/m-p/141775#M2477</guid>
      <dc:creator>Bartington</dc:creator>
      <dc:date>2007-01-04T00:37:08Z</dc:date>
    </item>
  </channel>
</rss>

