<?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>8-bit Microcontrollers中的主题 Re: Need CAN driver for HC08 family</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142054#M6122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear Mike&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you very much for your advice. I'll try to investigate the CAN Controller on the chip and write simple transmit-recieve methods. If there's any problem, I''ll need your consult again :smileyhappy:.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Khoa&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 09:23:08 GMT</pubDate>
    <dc:creator>tranvkhoa</dc:creator>
    <dc:date>2006-07-06T09:23:08Z</dc:date>
    <item>
      <title>Need CAN driver for HC08 family</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142052#M6120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear all,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have two MC68HC908GZ60 demo boards, which succcessfully communicate with each others (transmit-receive) using LIN protocol. Now I want implement the communication bettween these two boards&amp;nbsp;using CAN protocol, but I don't know where to get the suitable CAN driver.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If anybody knows, please tell me.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Khoa Tran&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 16:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142052#M6120</guid>
      <dc:creator>tranvkhoa</dc:creator>
      <dc:date>2006-07-05T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need CAN driver for HC08 family</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142053#M6121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Kohoa - &lt;BR /&gt;&lt;BR /&gt;You don't really "need" a protocol to communicate between the two boards... the CAN is implemented via the hardware - all you would have to do is have a message ID, 0x120 for example, and then your body of information, you should be able to get that to go across.&lt;BR /&gt;&lt;BR /&gt;Bosch is the orginator of the CAN protocol if you want to google that, but it has a lot of error checking, and layers of safety and security information that you may not need if you are just trying to get stared.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 23:34:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142053#M6121</guid>
      <dc:creator>mjcoury</dc:creator>
      <dc:date>2006-07-05T23:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need CAN driver for HC08 family</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142054#M6122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear Mike&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you very much for your advice. I'll try to investigate the CAN Controller on the chip and write simple transmit-recieve methods. If there's any problem, I''ll need your consult again :smileyhappy:.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Khoa&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 09:23:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142054#M6122</guid>
      <dc:creator>tranvkhoa</dc:creator>
      <dc:date>2006-07-06T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need CAN driver for HC08 family</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142055#M6123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have done a far amount of CAN work and including Devicenet interfaces that run on the CAN bus. &lt;BR /&gt;&lt;BR /&gt;CAN is very simple, You simply have to set the timing registers correctly - - To get the sample point and in effect the data rate. &lt;BR /&gt;&lt;BR /&gt;The nice aspect of CAN is that a message of up to 8 bytes is set -- - with full CRC and other error checking - - complete with retries - - very nice &lt;BR /&gt;&lt;BR /&gt;You have to set the Mask register of the receiver so that it knows which messages to receive - - a very nice feature&lt;BR /&gt;&lt;BR /&gt;CAN handles multiple devices on the bus automatically - - - &lt;BR /&gt;&lt;BR /&gt;Once you have it setup - - a very nice interface - - fast and error free. &lt;BR /&gt;&lt;BR /&gt;Very easy to code to -- - &lt;BR /&gt;&lt;BR /&gt;Simply set the ID registers - the byte count and the data registers and hit the transmit bit - - the receiver will receive the data&lt;BR /&gt;&lt;BR /&gt;On the receiver side - - I use the Receive Int to signal a message is received - - and simply grab the ID and data - - - &lt;BR /&gt;&lt;BR /&gt;No other fuss or mess is needed. So over RS232 this is a piece of cake so to speak. - - fast, simply - less coding - error checked - &lt;BR /&gt;&lt;BR /&gt;it is no wonder that so many industrial interfaces are built upon CAN. &lt;BR /&gt;&lt;BR /&gt;And with the way that CAN is designed it is a multiple master system - - all handled by the hardware - - only limitation to the number of devices on a CAN bus is the loading of each transceiver - - and can have most of them being masters - - Really a nice bus for industrial or automotive applications. &lt;BR /&gt;&lt;BR /&gt;Jim P.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 06:28:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142055#M6123</guid>
      <dc:creator>Jim_P</dc:creator>
      <dc:date>2006-07-20T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need CAN driver for HC08 family</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142056#M6124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear Jim,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you very much for your answer.&lt;/DIV&gt;&lt;DIV&gt;I'm a newbie in embedded systems, so these things are quite difficult for me.&lt;/DIV&gt;&lt;DIV&gt;Could you please send me the Devicenet interfaces that you developed?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance.&lt;/DIV&gt;&lt;DIV&gt;Khoa&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 21:11:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142056#M6124</guid>
      <dc:creator>tranvkhoa</dc:creator>
      <dc:date>2006-07-20T21:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need CAN driver for HC08 family</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142057#M6125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;My email address is &lt;A href="mailto:tranvkhoa@yahoo.com" rel="nofollow" target="_blank"&gt;tranvkhoa@yahoo.com&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 21:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Need-CAN-driver-for-HC08-family/m-p/142057#M6125</guid>
      <dc:creator>tranvkhoa</dc:creator>
      <dc:date>2006-07-20T21:13:38Z</dc:date>
    </item>
  </channel>
</rss>

