<?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 TxInterrupt enable on a FRDM-KE06 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647599#M39337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So item #4 on my little checklist!&amp;nbsp; Glad to hear of your success!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---ERGII&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2017 18:05:05 GMT</pubDate>
    <dc:creator>egoodii</dc:creator>
    <dc:date>2017-04-04T18:05:05Z</dc:date>
    <item>
      <title>CAN TxInterrupt enable on a FRDM-KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647596#M39334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;I'm back on project to use CAN communication to exchange data between&amp;nbsp;&lt;/SPAN&gt;three FRDM-KE06 boards. I tried to use the typical usage code "sending data frame with interrupt service" found in the CAN_LDD component help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17637i6DE827E7B1E2F27A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17705iAA645177232F365F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;The program enter in the while loop but the DataFrameTxFlg never goes true and tha CAN frame is repeatedly sent on the CAN bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;With Freemaster I checked the CAN registers but I don't see anything wrong. Can someone have a clue on what's going on with this example?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17750i45CA0D1060E94D8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Bruno Tremblay&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 14:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647596#M39334</guid>
      <dc:creator>brunotremblay</dc:creator>
      <dc:date>2017-04-04T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TxInterrupt enable on a FRDM-KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647597#M39335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAN is 'guaranteed delivery' at a low-layer.&amp;nbsp; If the TX message is not ACKed by 'somebody' (or is NAKed by anybody) the transmitter will automatically resend, and NOT declare the message 'sent'.&lt;/P&gt;&lt;P&gt;See that you have proper CAN transceivers at all nodes.&lt;/P&gt;&lt;P&gt;See that you have a net 60ohms across the wire pair among them (usually 120ohms at each end) -- CAN is 'open collector'.&lt;/P&gt;&lt;P&gt;See that you have a 'similar ground reference' among all nodes.&amp;nbsp; CAN transceivers tolerate 'some' ground shift.&lt;/P&gt;&lt;P&gt;See that at least one receiver-node is active and 'able' to ACKnowledge a full reception.&lt;/P&gt;&lt;P&gt;See that you have a proper set of bit-timing parameters to allow proper CAN communication, starting with ACCURATE bit rates, and all the other bit-timing parameters for 'sample point'.&lt;/P&gt;&lt;P&gt;You might start at a 'very low' bit rate (like 10K baud!) to ease concerns about timing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 14:53:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647597#M39335</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2017-04-04T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TxInterrupt enable on a FRDM-KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647598#M39336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Earl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Thanks for your inputs. As I suspected, the answer was simple the scope that I use can decode CAN frame but don't generate an acknowledge. I have setup a little receiver and now I get the result I want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Bruno&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:37:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647598#M39336</guid>
      <dc:creator>brunotremblay</dc:creator>
      <dc:date>2017-04-04T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAN TxInterrupt enable on a FRDM-KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647599#M39337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So item #4 on my little checklist!&amp;nbsp; Glad to hear of your success!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---ERGII&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 18:05:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CAN-TxInterrupt-enable-on-a-FRDM-KE06/m-p/647599#M39337</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2017-04-04T18:05:05Z</dc:date>
    </item>
  </channel>
</rss>

