<?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: Flexcan example on tower K60 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210524#M3452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhinav or others... Did you ever get a specific solution to this problem? I've been playing around with the FlexCAN demo all day on MQX 3.8 without any success. As others have commented, the terminal output is pretty unhelpful... it says that setup succeeded and that the message is transmitting correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********FLEXCAN TEST PROGRAM.*********&lt;BR /&gt; Message format: Standard (11 bit id)&lt;BR /&gt; Message buffer 0 used for Tx and Rx.&lt;BR /&gt; Interrupt Mode: Enabled&lt;BR /&gt; Operation Mode: TX and RX --&amp;gt; Normal&lt;BR /&gt;***************************************&lt;/P&gt;&lt;P&gt;selected frequency (Kbps) is: 125&lt;BR /&gt;Data length: 1&lt;BR /&gt;FLEXCAN reset. result: 0x0&lt;BR /&gt;FLEXCAN initilization. result: 0x0&lt;BR /&gt;FLEXCAN mode selected. result: 0x0&lt;BR /&gt;FLEXCAN global mask. result: 0x0&lt;BR /&gt;FLEXCAN Error ISR install, result: 0x0&lt;BR /&gt;FLEXCAN Bus off ISR install, result: 0x0&lt;BR /&gt;FLEXCAN error interrupt enable. result: 0x0&lt;BR /&gt;FLEXCAN rx remote mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN rx mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN mailbox activation. result: 0x0&lt;BR /&gt;FLEXCAN RX ISR install. result: 0x0&lt;BR /&gt;FLEXCAN RX remote ISR install. result: 0x0&lt;BR /&gt;FLEXCAN tx remote mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN tx mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN tx mailbox activation. result: 0x0&lt;BR /&gt;FLEXCAN TX ISR install. result: 0x0&lt;BR /&gt;FLEXCAN TX remote ISR install. result: 0x0&lt;BR /&gt;FLEXCAN started. result: 0x0&lt;BR /&gt;Data transmit: 0&lt;BR /&gt;Data transmit: 1&lt;BR /&gt;FLEXCAN tx update message. result: 0x0&lt;BR /&gt;Data transmit: 2&lt;BR /&gt;FLEXCAN tx update message. result: 0x0&lt;BR /&gt;Data transmit: 3&lt;BR /&gt;FLEXCAN tx update message. result: 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the software end of it is working correctly, as I'm able to see the message data increment in the mailbox register (0x400A_4058) if I view memory while running the code. I've tried putting a logic analyzer on pin 42 of the A-side expansion port, but the signal doesn't change (sampled at 1MHz for 5 seconds) and the bus just stays high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've established that the CAN transceiver works correctly by stimulating pins 1 and 3 of J7 on the TWR-SER with a CAN-USB module. I'm able to view the data stream on the A-side expansion port, Pin 41 (CAN_RX). However, the FlexCAN demo code doesn't acknowledge receipt of the message (sent with message id 0x123).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any known issues with the TWR-K60N512 or TWR-SER that would prevent the FlexCAN demo from working out of the box? I've tried the following with no success:&lt;/P&gt;&lt;P&gt;- K60 Mask set 0M33Z errata fix e2583, by placing "OSC_CR |= OSC_CR_ERCLKEN_MASK;" at line 333 of kflexcan.c.&lt;/P&gt;&lt;P&gt;- Shorting pins 1-2 of J7, as suggested by Abhinav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice or experience would be greatly appreciated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 00:31:35 GMT</pubDate>
    <dc:creator>unmannedrussery</dc:creator>
    <dc:date>2012-01-26T00:31:35Z</dc:date>
    <item>
      <title>Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210511#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just started trying the tower system (K60) for Keil&amp;nbsp;development&amp;nbsp;environment. I have successfully used UART on SER but I am facing problems with CAN on SER board. The keil has successfully built the flexcan example. I have also made necessary jumper changes on SER (shunting between 5-6 and 7-8). The terminal utilty also shows that data is being transmitted&lt;/P&gt;&lt;P&gt;"Data transmit: 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;FLEXCAN tx update message. result: 0x0"&lt;/P&gt;&lt;P&gt;But I dont see any activity on pin 1 and 3 of J7 using&amp;nbsp;oscilloscope.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help out with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 09:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210511#M3439</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-09T09:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210512#M3440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What project are you running?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 10:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210512#M3440</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-11-09T10:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210513#M3441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example flexcan from \mqx\examples\can directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 10:58:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210513#M3441</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-09T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210514#M3442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the example needs an external CAN node. Try the attached example implementing loopback mode for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 23:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210514#M3442</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-11-09T23:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210515#M3443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luis, It works fine. I have few more questions&lt;/P&gt;&lt;P&gt;1. Does the can message is available on J7 pin 1 &amp;amp;3 in loopback mode?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Can you tell me the setting of jumpers of tower(K60) and SER and other settings to get flexcan running? I will use can analyzer from vector (&lt;A href="http://www.vector.com/vi_cancardxl_en.html"&gt;http://www.vector.com/vi_cancardxl_en.html&lt;/A&gt;) .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 10:25:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210515#M3443</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-10T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210516#M3444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;has anyone got flexcan demo working? I donot get any output from J7 pin 1 and 3. The program is running fine in debug mode but there is no signal on J7.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:12:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210516#M3444</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-15T10:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210517#M3445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 21:12:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210517#M3445</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-11-15T21:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210518#M3446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can you measure activity in pin 1 C_TXD (TJA1050)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210518#M3446</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-11-16T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210519#M3447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, there is no acitvity on pin 1&amp;nbsp;C_TXD (TJA1050) also. It gives an constant voltage of 3.3 volts. I tried the same demo but with code warrior but still nothing. Is there any hardware bug in the tower system ? FYI, I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;TWR-K60: 700-26548 REV A &amp;amp; SCH-&lt;/P&gt;&lt;P&gt;26548 REV C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:37:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210519#M3447</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-16T11:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210520#M3448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know, No. Check the IOMUX configuration for CAN pins.&lt;/P&gt;&lt;P&gt;Recheck you are using CAN1 interface in the PTE24, PTE25 pins and also check pin B42 in the elevator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210520#M3448</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-11-16T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210521#M3449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luis,&lt;/P&gt;&lt;P&gt;I did not see an errata for CAN. Now that I incorporated it worked fine. One thing more Contrary to what is mentioned in&amp;nbsp;user manual, pin 1-2 of J7 should be shunted to activate the can driver IC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 08:54:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210521#M3449</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-22T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210522#M3450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;srry its J5..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 09:38:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210522#M3450</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2011-11-25T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210523#M3451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I am haivng the same problem with my tower. Is there a solution? I am little confused by the statement "Now that I incorporated it worked fine" what was incorporated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2011 11:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210523#M3451</guid>
      <dc:creator>LANCO_M4</dc:creator>
      <dc:date>2011-12-03T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210524#M3452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhinav or others... Did you ever get a specific solution to this problem? I've been playing around with the FlexCAN demo all day on MQX 3.8 without any success. As others have commented, the terminal output is pretty unhelpful... it says that setup succeeded and that the message is transmitting correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********FLEXCAN TEST PROGRAM.*********&lt;BR /&gt; Message format: Standard (11 bit id)&lt;BR /&gt; Message buffer 0 used for Tx and Rx.&lt;BR /&gt; Interrupt Mode: Enabled&lt;BR /&gt; Operation Mode: TX and RX --&amp;gt; Normal&lt;BR /&gt;***************************************&lt;/P&gt;&lt;P&gt;selected frequency (Kbps) is: 125&lt;BR /&gt;Data length: 1&lt;BR /&gt;FLEXCAN reset. result: 0x0&lt;BR /&gt;FLEXCAN initilization. result: 0x0&lt;BR /&gt;FLEXCAN mode selected. result: 0x0&lt;BR /&gt;FLEXCAN global mask. result: 0x0&lt;BR /&gt;FLEXCAN Error ISR install, result: 0x0&lt;BR /&gt;FLEXCAN Bus off ISR install, result: 0x0&lt;BR /&gt;FLEXCAN error interrupt enable. result: 0x0&lt;BR /&gt;FLEXCAN rx remote mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN rx mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN mailbox activation. result: 0x0&lt;BR /&gt;FLEXCAN RX ISR install. result: 0x0&lt;BR /&gt;FLEXCAN RX remote ISR install. result: 0x0&lt;BR /&gt;FLEXCAN tx remote mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN tx mailbox initialization. result: 0x0&lt;BR /&gt;FLEXCAN tx mailbox activation. result: 0x0&lt;BR /&gt;FLEXCAN TX ISR install. result: 0x0&lt;BR /&gt;FLEXCAN TX remote ISR install. result: 0x0&lt;BR /&gt;FLEXCAN started. result: 0x0&lt;BR /&gt;Data transmit: 0&lt;BR /&gt;Data transmit: 1&lt;BR /&gt;FLEXCAN tx update message. result: 0x0&lt;BR /&gt;Data transmit: 2&lt;BR /&gt;FLEXCAN tx update message. result: 0x0&lt;BR /&gt;Data transmit: 3&lt;BR /&gt;FLEXCAN tx update message. result: 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the software end of it is working correctly, as I'm able to see the message data increment in the mailbox register (0x400A_4058) if I view memory while running the code. I've tried putting a logic analyzer on pin 42 of the A-side expansion port, but the signal doesn't change (sampled at 1MHz for 5 seconds) and the bus just stays high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've established that the CAN transceiver works correctly by stimulating pins 1 and 3 of J7 on the TWR-SER with a CAN-USB module. I'm able to view the data stream on the A-side expansion port, Pin 41 (CAN_RX). However, the FlexCAN demo code doesn't acknowledge receipt of the message (sent with message id 0x123).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any known issues with the TWR-K60N512 or TWR-SER that would prevent the FlexCAN demo from working out of the box? I've tried the following with no success:&lt;/P&gt;&lt;P&gt;- K60 Mask set 0M33Z errata fix e2583, by placing "OSC_CR |= OSC_CR_ERCLKEN_MASK;" at line 333 of kflexcan.c.&lt;/P&gt;&lt;P&gt;- Shorting pins 1-2 of J7, as suggested by Abhinav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice or experience would be greatly appreciated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 00:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210524#M3452</guid>
      <dc:creator>unmannedrussery</dc:creator>
      <dc:date>2012-01-26T00:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210525#M3453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Update... FIXED!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the TWR SER jumper setup specified in&amp;nbsp;TWRSERUM.pdf (or at least my interpretation of that setup). The table for J5 says shorting pins 1-2 "Put[s] CAN transceiver into sleep mode".&lt;STRONG&gt;&amp;nbsp;This is actually incorrect.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installing this jumper connects the "S" pin on the transceiver to ground, which puts the transceiver into normal operation or high speed mode (see pg. 4 of the datasheet&amp;nbsp;&lt;A href="http://www.nxp.com/documents/data_sheet/TJA1050.pdf"&gt;http://www.nxp.com/documents/data_sheet/TJA1050.pdf&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for this demo to work, you must short pins 1-2 of J5 on the TWR SER board. I had tried this earlier, but was doing it with a loose piece of wire (I'm short on 0.1" jumpers), and must not have had the two pins shorted effectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Robert&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 02:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210525#M3453</guid>
      <dc:creator>unmannedrussery</dc:creator>
      <dc:date>2012-01-26T02:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210526#M3454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;mistakenly wrote pins 1-2 of J7. It should be pins 1-2 of J5 (see reply next to that). A nice explanation is given by Robert in the latest message.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:34:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210526#M3454</guid>
      <dc:creator>Abhitechmania</dc:creator>
      <dc:date>2012-02-06T15:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210527#M3455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please post the example code for testing flexcan&amp;nbsp; by enabling loop back mode used in TWR-K60F120M and the steps for testing CAN?? I have been trying to test the flexcan1 using can_loopback_node code&lt;A href="https://community.nxp.com/thread/376784"&gt;flexcan testing in TWR-K60F120M&lt;/A&gt; by writing a character through uart5 and reading it in the console, but have no ideas yet now. Also tell the jumper setings in TWR SER and pins in elevator you have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Sruthy uk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 05:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210527#M3455</guid>
      <dc:creator>sruthyuk</dc:creator>
      <dc:date>2015-10-01T05:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210528#M3456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;Did you tested CAN communication between two tower boards or between two CAN module in MK60F512 tower board??Is there any sample code for testing CAN communication in KDS2.0??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;sruthy uk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 10:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210528#M3456</guid>
      <dc:creator>sruthyuk</dc:creator>
      <dc:date>2015-11-26T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210529#M3457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between two [TWR-K60 + TWR-SER]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code is for MQX and MQX 4.2 supports KDS. So you should be able to run the same code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:43:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210529#M3457</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2015-11-26T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan example on tower K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210530#M3458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;But this code is for MQX project. This code cant be used in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;sruthy uk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 15:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flexcan-example-on-tower-K60/m-p/210530#M3458</guid>
      <dc:creator>sruthyuk</dc:creator>
      <dc:date>2015-12-05T15:26:48Z</dc:date>
    </item>
  </channel>
</rss>

