<?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: Getting some issue in CAN communication with MSCAN driver on KEA128. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543406#M33247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; And it's very good to hear you find the root hardware problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Next time, if you have the question, please create the new question post, don't follow others solved post, it maybe ignored.&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;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2019 06:53:30 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-03-04T06:53:30Z</dc:date>
    <item>
      <title>Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543394#M33235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using MSCAN driver for KEA128. I am just modified&amp;nbsp; &lt;/P&gt;&lt;P&gt;void Transmit_DataFrame(void) and &lt;/P&gt;&lt;P&gt;void Receive_DataFrame(void)&amp;nbsp; functions.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I configured CAN for 250kbps.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My program works fine transmission from KEA to PC. But some time receive "Form Error,Rx,Acknowledge delimiter,RxErr=1,TxErr=0" when I transmit from KEA to PC. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I send message from PC to KEA getting BUSOFF error after TxErr counter reaches 256.&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-337436"&gt;MSCAN_KEA128.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 15:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543394#M33235</guid>
      <dc:creator>hemantsindkar</dc:creator>
      <dc:date>2016-07-27T15:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543395#M33236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a 'small' error in bit-rate.&amp;nbsp; What is your clock source, and what do you divide it down to (Tq to get 250kbps)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 19:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543395#M33236</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-07-27T19:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543396#M33237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hemantsindkar,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please check my project on your side, this project is also 250Kbps baudrate for MSCAN, it is working ok on my TRK-KEA128 board.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I check it with the CAN test tool, and send data to PC, none TX error happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is the test result:&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/44964iD5938E5699CFB1E7/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;&amp;nbsp; The codewarrior project is in the attachment.&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 problem, please let me know!&lt;/P&gt;&lt;P&gt;&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;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>Thu, 28 Jul 2016 07:57:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543396#M33237</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-07-28T07:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543397#M33238</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;My clock source is BUSCLK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MSCAN_KEA128 drivers available from NXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/startertrak-development-boards/kinetis-kea128-startertrak-for-can-applications:TRK-KEA128?fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/startertrak-development-boards/kinetis-kea128-startertrak-for-can-applications:TRK-KEA128?fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;Kinetis KEA128 StarterTRAK CAN Applications|NXP&lt;/A&gt; &lt;A href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/startertrak-development-boards/kinetis-kea128-startertrak-for-can-applications:TRK-KEA128?fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/startertrak-development-boards/kinetis-kea128-startertrak-for-can-applications:TRK-KEA128?fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50272i0FFC20B13760FF36/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Hemant Sindkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 19:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543397#M33238</guid>
      <dc:creator>hemantsindkar</dc:creator>
      <dc:date>2016-07-28T19:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543398#M33239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You code works fine on my board. So from this it is clear there is no hardware issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am using MSCAN_KEA128 drivers available from NXP I am not understand whats wrong with those drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsoftware-and-tools%2Fhardware-development-tools%2Fstartertrak-development-boards%2Fkinetis-kea128-startertrak-for-can-applications%3ATRK-KEA128%3Ffpsp%3D1%26tab%3DDesign_Tools_Tab" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #017bba;" target="_blank"&gt;Kinetis KEA128 StarterTRAK CAN Applications|NXP&lt;/A&gt; &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/50887i541B5F5379425198/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;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Hemant Sindkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 19:14:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543398#M33239</guid>
      <dc:creator>hemantsindkar</dc:creator>
      <dc:date>2016-07-28T19:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543399#M33240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we can assume there is nothing 'wrong' with the drivers, but more the context or configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what about that clock setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see where we are going, you might look at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/429731"&gt;K60 CAN Broadcast Issue&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 20:12:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543399#M33240</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-07-28T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543400#M33241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hemantsindkar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for my later reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have check your CAN initialization, it is no problem for 250Khz baud rate, I test it on my side, it also have no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think it may relate to your main function code, you can try add some delay between each transmit calling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I call it like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;for(;;)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;for(j=0;j&amp;lt;10;j++) for(i=0;i&amp;lt;65535;i++);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;TEST_CASE_FUNC(Demo_Transmit_DataFrame);//set different parameter to choose other test case to run&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; The CAN test tool can receive all the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Besides, you all can use my code which I give you before, that is from KE series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&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>Fri, 19 Aug 2016 05:32:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543400#M33241</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-08-19T05:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543401#M33242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I test TEST_CASE_FUNC（Demo_Transmit_DataFrame）is OK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;TEST_CASE_FUNC（&lt;/SPAN&gt;Demo_Receive_DataFrame) and set break point on here to test receive.&lt;/P&gt;&lt;P&gt;No interrupt be happen.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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/63950iCEE363E1EDAD2265/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 03:13:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543401#M33242</guid>
      <dc:creator>peter308</dc:creator>
      <dc:date>2019-02-27T03:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543402#M33243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you send the CAN data to this Can node?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 05:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543402#M33243</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-02-27T05:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543403#M33244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, I sure send CAN data by the device.&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/64255i34689DAA95CACB2F/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 09:08:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543403#M33244</guid>
      <dc:creator>peter308</dc:creator>
      <dc:date>2019-02-27T09:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543404#M33245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter Wang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It's better to create a new question post about your own question, don't just follow other's closed question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; After you create the new question post, we will help you in your own post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; When you create the question post, please let us know the chip part number, the board, the detail question, then question test result pictures.etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks a lot for your understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 06:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543404#M33245</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-02-28T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543405#M33246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry:&lt;/P&gt;&lt;P&gt;I'm sorry my can device connect has a mistake. It's can receive data when I solve it.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 02:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543405#M33246</guid>
      <dc:creator>peter308</dc:creator>
      <dc:date>2019-03-04T02:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting some issue in CAN communication with MSCAN driver on KEA128.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543406#M33247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; And it's very good to hear you find the root hardware problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Next time, if you have the question, please create the new question post, don't follow others solved post, it maybe ignored.&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;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 06:53:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-some-issue-in-CAN-communication-with-MSCAN-driver-on/m-p/543406#M33247</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-04T06:53:30Z</dc:date>
    </item>
  </channel>
</rss>

