<?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: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497583#M31007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code does not work, did you test in on an ACTUAL canbus? not loopback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interrupts are not called, the TX buffer is not being cleared!!! What the hell?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 19:29:50 GMT</pubDate>
    <dc:creator>michaelamici</dc:creator>
    <dc:date>2016-01-19T19:29:50Z</dc:date>
    <item>
      <title>CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497581#M31005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got loopback working fine on TRK-KEA128 board but I cant get the real thing working! My sendFrame function returns ERR_OK but the TX buffer is never cleared!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the suggested code and cant get it right. I know my code is ok. I am looking for tips to get it working on the real CANBUS, not loopback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I repeat, NOT LOOPBACK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do NOT send me code suggestions for loopback, they work in loopback but not on a real network!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LDD_CAN_TFrame Frame;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Frame.MessageID = (0x201U | LDD_CAN_MESSAGE_ID_EXT);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Frame.FrameType = LDD_CAN_DATA_FRAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t data[] = {0x02U, 0x10U, 0x68U}; //{0x68U, 0x10U, 0x02U};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Frame.Data = data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Frame.Length = sizeof(data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LDD_TError error = CAN1_SendFrame(CAN1_DeviceData, 1U, &amp;amp;Frame);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TX free buffer never fires!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE HELP TIME CRITICAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:14:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497581#M31005</guid>
      <dc:creator>michaelamici</dc:creator>
      <dc:date>2016-01-18T14:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497582#M31006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael Amici,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; About the CAN_LDD for TRK_KEA128 without loopback code, I already share it in the community, and it can works ok on the TRK_KEA128, you can refer to my project:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/379133"&gt;I wonder how to get CAN to work with KDS's Processor Expert?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 04:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497582#M31006</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-19T04:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497583#M31007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code does not work, did you test in on an ACTUAL canbus? not loopback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interrupts are not called, the TX buffer is not being cleared!!! What the hell?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497583#M31007</guid>
      <dc:creator>michaelamici</dc:creator>
      <dc:date>2016-01-19T19:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497584#M31008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael Amici,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Of course, my code works on the real canbus, not the loopback mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If it works in the loopback mode, the data won't sent to the CAN bus, it will loopback through the chip internal pin circuit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; My test result is from the J15, pin1,2, CANH and CANL, this is the ACTUAL canbus, not the loopback.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="76.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52138i0C4B0E7B18BA5D7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="76.jpg" alt="76.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You also can test the wave from CANH and CANL: J15 pin1 and 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You said, the interrupt are not called, I don't know whether you put an breakpoint in the PE_ISR(CAN1_TxInterrupt) or not?&lt;/P&gt;&lt;P&gt;If you put a breakpoint in the interrupt service code, you will find the interrupt is entered, just like the following test picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="75.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52160i2509AA9F2E1B7964/image-size/large?v=v2&amp;amp;px=999" role="button" title="75.jpg" alt="75.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The above test result is from the CANBUS tools which connect to the KEA128 CANH and CANL in the CANBUS.&lt;/P&gt;&lt;P&gt;Besides the CAN_LDD code, I also have a CW barebone CAN code for KEA128, you also can refer to that sample code.&lt;/P&gt;&lt;P&gt;Wish these code can help you!&lt;/P&gt;&lt;P&gt;Take care, it is really not the loopback mode, if in loopback mode, the Loop mode in the CAN_LDD will be yes, but now, we configure it as no:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="77.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52170i77A8CCB90F51B351/image-size/large?v=v2&amp;amp;px=999" role="button" title="77.jpg" alt="77.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have question, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 01:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497584#M31008</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-20T01:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497585#M31009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The interrupt in event.c (freeTXbuffer) is never called and therefor the flag is not set and it stays in the while loop in main(). the buffer is not cleared and the message is not sent. I don't understand what's going on! Why isnt your code working on my board? The buffer is not clearing and the second CAN issue is not going through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried with my previous code which was setup to send a CAN message with sendFrame every time button0 was pressed (toggle mode), the first time i press sendFrame returns ERR_OK. The next time i press (2 seconds later) the sendFrame command returns ERR_BUSY which leads me to believe the frame was not transmitted!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a hardware issue? MSCAN issue? what revision board is your TRK-kea128?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 04:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497585#M31009</guid>
      <dc:creator>michaelamici</dc:creator>
      <dc:date>2016-01-20T04:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497586#M31010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael Amici,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried both TRK-KEA128 SCH-28200 REV B and SCH-28200 REV D, these two boards, are all working ok on my side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a question, did you connect any other CAN node in the CAN BUS, if you connect nothing in the CAN bus, of course, it won't enter in CAN1_OnFreeTxBuffer, because no other CAN node give feedback, it will have error, it won't send successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have connect my CAN_BUS tool in the CAN bus which used as the CAN date analyzer, I can enter the CAN1_OnFreeTxBuffer function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="78.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52368i76B870950E043383/image-size/large?v=v2&amp;amp;px=999" role="button" title="78.jpg" alt="78.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please make sure you already add another CAN node in the CAN bus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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, 20 Jan 2016 05:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497586#M31010</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-20T05:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497587#M31011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give you a connect picture for your reference:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="79.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52380iE4284A2FC0A09B4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="79.jpg" alt="79.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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, 20 Jan 2016 05:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497587#M31011</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-20T05:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497588#M31012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi michael,&lt;/P&gt;&lt;P&gt;this was my problem also. Am trying to test communication between two CAN nodes.When loopback mode is tested for CAN controller transmit and receive interrupts are generated. But this is not possible in real CAN bus communication. Whether the transmitted message will not store in any of the message buffers when loopback mode is disabled??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;sruthy uk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 07:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497588#M31012</guid>
      <dc:creator>sruthyuk</dc:creator>
      <dc:date>2016-03-17T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497589#M31013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having this problem as well on the MagniV S12ZVC Evaluation Board (VLG-MC9S12ZVC), and it is kind of a surprising behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the CANH and CANL lines hooked up to an oscilloscope and it just keeps sending the same TX message over and over, and the CAN1_OnFreeTxBuffer ISR is never triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have this hooked onto a real CAN bus yet, but I'm surprised that the ISR doesn't get triggered once the message has been sent? Shouldn't the ISR trigger regardless of whether the CAN transceiver is actually connected to a bus? I would &lt;EM&gt;not&lt;/EM&gt; have assumed that a single call to CAN1_SendFrameExt() would ever produce more than a single transmission. This definitely violates the principle of least surprise and is to me a bit baffling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it means in practice is that should this device ever be plugged into a faulty bus, it will send data forever. Or if it &lt;EM&gt;thinks&lt;/EM&gt; its connections are faulty, could it flood the bus with the same message forever? :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have to go with interrupt-driven receive and blocking transmit, just to ensure that this case can never happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: I hooked this up to an Arduino Microchip MCP2562 + MCP2515 CAN transceiver shield, which is transmitting a CAN message once per second. The CAN1_OnFreeTxBuffer ISR doesn't trigger, the S12ZVC chip sends its message infinitely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 14:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497589#M31013</guid>
      <dc:creator>maxv</dc:creator>
      <dc:date>2016-05-27T14:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497590#M31014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is the definition for CAN peripherals to automatically retry a TX which is either not ACKed or is NAKed, for 'guaranteed' delivery.&amp;nbsp; A 'babble limit' must be enforced by higher layers and/or the 'excessive TX errors' interrupt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 15:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497590#M31014</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-05-27T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497591#M31015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Max,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you finde a solution for this issue? I've been having the same issue but the difference is that I am using just the &lt;SPAN style="font-size: 11.0pt;"&gt;S9KEAZ128AMLH with a single wire CAN transceiver but the TX free buffer call never fires, If you found a solution I would appreciate if you can help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:25:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497591#M31015</guid>
      <dc:creator>tonymor90</dc:creator>
      <dc:date>2018-01-24T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: CAN_LDD TRK_KEA128 sendFrame (NOT LOOPBACK)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497592#M31016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hugo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I think you have already fixed this, just in case others came across this issue,here I wanna share my solution to this. Just my case. This problem mainly appear in those PE projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;My CAN project is set according to the example code. The reason why "&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #51626f; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 14.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;TX free buffer call never fires" is because the CAN module did not managed to sent the message&lt;/SPAN&gt; to other device successfully. You may already connected CAN node to it, but unfortunately the PE has a bug with the baud rate timing ,then the baud rate of CAN is not right. you may use some CAN Tool to find its right baud rate.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 02:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-LDD-TRK-KEA128-sendFrame-NOT-LOOPBACK/m-p/497592#M31016</guid>
      <dc:creator>zhangsheng</dc:creator>
      <dc:date>2018-12-12T02:12:10Z</dc:date>
    </item>
  </channel>
</rss>

