<?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のトピックIIC bus in M52233DEMO</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/IIC-bus-in-M52233DEMO/m-p/179206#M7213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the demo board m52233demo and also I use the interniche coldfire lite TCP/IP stack v3.0&lt;/P&gt;&lt;P&gt;I would like to make a I²C bus to control a LCD graph 128x64, de LCD CONTROLLER is a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STE2002 :&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.dcdi-video.com%2Fstonline%2Fproducts%2Fliterature%2Fds%2F9044.pdf" rel="nofollow" target="_blank"&gt;http://www.dcdi-video.com/stonline/products/literature/ds/9044.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this has to work on a TCP client. The client is no problem this works very good. But I²C is the big problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a document "implementing an LCD module to the MCF5223x" (document nuber AN3559).&lt;/P&gt;&lt;P&gt;but I can not get this code to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now is my question: Can someone send me a working code for I²C and maybe also a character set for the LCD controlle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by jdog on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-05-07&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;12:38 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 18:37:54 GMT</pubDate>
    <dc:creator>jdog</dc:creator>
    <dc:date>2009-05-07T18:37:54Z</dc:date>
    <item>
      <title>IIC bus in M52233DEMO</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/IIC-bus-in-M52233DEMO/m-p/179206#M7213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the demo board m52233demo and also I use the interniche coldfire lite TCP/IP stack v3.0&lt;/P&gt;&lt;P&gt;I would like to make a I²C bus to control a LCD graph 128x64, de LCD CONTROLLER is a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STE2002 :&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.dcdi-video.com%2Fstonline%2Fproducts%2Fliterature%2Fds%2F9044.pdf" rel="nofollow" target="_blank"&gt;http://www.dcdi-video.com/stonline/products/literature/ds/9044.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this has to work on a TCP client. The client is no problem this works very good. But I²C is the big problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a document "implementing an LCD module to the MCF5223x" (document nuber AN3559).&lt;/P&gt;&lt;P&gt;but I can not get this code to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now is my question: Can someone send me a working code for I²C and maybe also a character set for the LCD controlle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by jdog on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-05-07&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;12:38 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 18:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/IIC-bus-in-M52233DEMO/m-p/179206#M7213</guid>
      <dc:creator>jdog</dc:creator>
      <dc:date>2009-05-07T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Character generator</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/IIC-bus-in-M52233DEMO/m-p/179207#M7214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't help you with the I2C stuff, but I do have C code available for a character generator, see attachment.&lt;/P&gt;&lt;P&gt;Bytes in the code are vertically oriented in the characters. Each character consists of 5 bytes. The lowest bit of the first byte is the upper left pixel in the character.&lt;/P&gt;&lt;P&gt;The first character in the character generator corresponds with ASCII code 32 (0x20) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 00:09:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/IIC-bus-in-M52233DEMO/m-p/179207#M7214</guid>
      <dc:creator>vier_kuifjes</dc:creator>
      <dc:date>2009-05-10T00:09:03Z</dc:date>
    </item>
  </channel>
</rss>

