<?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>Kinetis MicrocontrollersのトピックRe: Help with KEA128 working as an ECU into CAN Bus.</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507563#M31913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.- This is the post where I saw this: &lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 12px;"&gt;Gateway(TRK-KEA128) ------------------ECU CAN Tx-----------&amp;gt;------CAN Rx Console&amp;lt;--------CANRx----------&amp;lt;--------CAN Tx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/386044"&gt;CAN loop back not working in TRK KEA 128&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to debug my project with no success, I change some few things according to the help Components for CAN_LDD, like &lt;STRONG&gt;Loopmode=NO and Bit Rate.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please review my attached project&amp;nbsp; to see if it is really sending/receiving a Frame &lt;STRONG&gt;for NOT Loop mode mode&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 20:32:46 GMT</pubDate>
    <dc:creator>omarzamacona</dc:creator>
    <dc:date>2016-03-08T20:32:46Z</dc:date>
    <item>
      <title>Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507561#M31911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;Hello, how are you guys?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;In my previous questions I was asking about how to work with my board as a CAN device.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;For now looks its working as a Loopback mode, but my real intention is to integrate this board into a CAN network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;So, a general question, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;¿is there a Guide or reference of how to Setup, Synchronize a CAN network and how to watch (sent and received) Frames?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;Very specific questions&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;1.- How can I see the frames transmitted (TX/RX) on the bus? a Console, Terminal, Saint Bus Monitor?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;2.- If CAN_LDD component is not visible as a Component in Components View, is there a file to set Loopback = Yes/No?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;3.- Where Do I need to configure the baudrate for the board? (I´m working with 500,000 in two other devices)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;4. -In others post, I saw this: What does it means, and how to configure it?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; Gateway(TRK-KEA128) ------------------ECU CAN Tx-----------&amp;gt;------CAN Rx Console&amp;lt;--------CANRx----------&amp;lt;--------CAN Tx&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;5.-Printf() is not working on my bench, I have been read and implementing a guide on the MCUoneclipse.com but still no printing anything, No errors get when compiling it. This is the guide:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: medium;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Courier New'; color: black;"&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http%3A%2F%2Fmcuoneclipse.com%2F2013%2F02%2F07%2Ftutorial-printf-with-and-without-processor-expert%2F" rel="nofollow" target="_blank"&gt;http://mcuoneclipse.com/2013/02/07/tutorial-printf-with-and-without-processor-expert/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;This is what I have:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;Hardware:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;- 2 SAINT2 devices, harness, and USB cables, these devices are sending and receiving frames into the CAN bus--OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;-1 TRK KEA 128 - MCU PKEAZ128MLK, working in Loopback mode--OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;Software:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;-SAINT Bus Engine, to control the ports (open/close) on the guest PC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;-SAINT Bus monitor, to watch the frames on the bus&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;-Codewarrior 10.6.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt; font-family: Helvetica, sans-serif;"&gt;Also I attached a CAN project that I´m using.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337441"&gt;KEAZ128_CAN_Network.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 21:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507561#M31911</guid>
      <dc:creator>omarzamacona</dc:creator>
      <dc:date>2016-03-04T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507562#M31912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello omar,&lt;/P&gt;&lt;P&gt;1. One method you can use a can-usb convetor , then check the data which CAN send on the PC terminal ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Another method you can use the logic analyzer , or simple oscilloscope ( this only can check whether it can signal).&lt;/P&gt;&lt;P&gt;2. There is the&amp;nbsp; option that disable or enable the loopback mode :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58382iB901FD9124F9DAB2/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you also can use the register :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58428i7F92EE9CD3C1DDEB/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Configure the baud rate at here :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58429i2860FD2B52856837/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4. which post ?&lt;/P&gt;&lt;P&gt;5. If you use the TRK-KEA128 board, please select the UART2, not UART0.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58473iBA5DD938A664A86D/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 09:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507562#M31912</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-03-07T09:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507563#M31913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.- This is the post where I saw this: &lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 12px;"&gt;Gateway(TRK-KEA128) ------------------ECU CAN Tx-----------&amp;gt;------CAN Rx Console&amp;lt;--------CANRx----------&amp;lt;--------CAN Tx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/386044"&gt;CAN loop back not working in TRK KEA 128&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to debug my project with no success, I change some few things according to the help Components for CAN_LDD, like &lt;STRONG&gt;Loopmode=NO and Bit Rate.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please review my attached project&amp;nbsp; to see if it is really sending/receiving a Frame &lt;STRONG&gt;for NOT Loop mode mode&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 20:32:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507563#M31913</guid>
      <dc:creator>omarzamacona</dc:creator>
      <dc:date>2016-03-08T20:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507564#M31914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello omar,&lt;/P&gt;&lt;P&gt;I have not received your new project , so i change it on the first project&lt;/P&gt;&lt;P&gt;your&amp;nbsp; attached.&lt;/P&gt;&lt;P&gt;First change the loop mode to"no" , then i can see the transmit data from the oscilloscope:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22235i4F92A4F6704AF35E/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you can also test it on your side . while at this time it not run to the Tx interrupt.&lt;/P&gt;&lt;P&gt;Second , there is a bug on the PE code , it have not enable the CAN Tx interrupt , please add&lt;/P&gt;&lt;P&gt;this code at the CAN1_Init() function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/463iCE17A380C608706C/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can see it can run to the interrupt function of TX .&lt;/P&gt;&lt;P&gt;I attach the project , hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:00:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507564#M31914</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-03-09T10:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507565#M31915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add, after you add the code i mentioned , please select the "Don't write generated component modules", or when you click the generate code button, the code &lt;/P&gt;&lt;P&gt;will be disappear .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22397iFB21799F79901DDC/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:07:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507565#M31915</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-03-09T10:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507566#M31916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, now is working!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 21:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507566#M31916</guid>
      <dc:creator>omarzamacona</dc:creator>
      <dc:date>2016-03-11T21:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507567#M31917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice, I was trying to run your example code, but the implementation does not continue&amp;nbsp; "PE_LLDD_RegisterDeviceStructure( PE_LDD_COMPONENT_CAN1_ID, DeviceDataPrv);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29554i70D29F1AECDCED9B/image-size/large?v=v2&amp;amp;px=999" title="TxIssue.PNG" alt="TxIssue.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 18:01:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507567#M31917</guid>
      <dc:creator>tonymor90</dc:creator>
      <dc:date>2018-01-25T18:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507568#M31918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Omar What did you do to make it work? I used the attachment&amp;nbsp; she uploaded but I cannot step after the "PE_LDD_RegisterDeviceStructure(PE_LDD_COMPONENT_CAN1_ID, DeviceDataPrv);" the code gets stuck, and I havent changed anything in here code. but does not run, loop mode already worked for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 21:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507568#M31918</guid>
      <dc:creator>tonymor90</dc:creator>
      <dc:date>2018-01-25T21:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with KEA128 working as an ECU into CAN Bus.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507569#M31919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hugo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Have you made the project work? I am facing the same codition as you, can you give me some advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2018 07:49:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-KEA128-working-as-an-ECU-into-CAN-Bus/m-p/507569#M31919</guid>
      <dc:creator>weijiezhang</dc:creator>
      <dc:date>2018-08-19T07:49:45Z</dc:date>
    </item>
  </channel>
</rss>

