<?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: Always loopbacking the CAN send messages in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934315#M54170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dileep Divakaran,&lt;/P&gt;&lt;P&gt;Please check the configuration of CAN_MCR[SRXDIS].&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SRXDIS.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85255iB0D9D9E95D780088/image-size/large?v=v2&amp;amp;px=999" role="button" title="SRXDIS.png" alt="SRXDIS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN_MCR[SRXDIS].png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85256iDE5A7D37F187300A/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN_MCR[SRXDIS].png" alt="CAN_MCR[SRXDIS].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 04 Jun 2019 02:20:49 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2019-06-04T02:20:49Z</dc:date>
    <item>
      <title>Always loopbacking the CAN send messages</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934314#M54169</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;/P&gt;&lt;P&gt;I am working with CAN interface in FRDM KW36 board. The basic functionalities of CAN( TX and RX ) is working. But whenever I send the message to the CAN is loop-backing. I disabled the loop-back configuration, but still it is loop-backing.I don'k know why its behaving like. Please help me to figure out the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my initialization&amp;nbsp;code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flexcan_config_t flexcan_config;&lt;/P&gt;&lt;P&gt;FLEXCAN_GetDefaultConfig(&amp;amp;flexcan_config);&lt;BR /&gt; flexcan_config.enableLoopBack = false;&lt;BR /&gt; flexcan_config.baudRate = CAN_BITRATE;&lt;BR /&gt; flexcan_config.enableSelfWakeup = true;&lt;BR /&gt; flexcan_config.clkSrc = kFLEXCAN_ClkSrcPeri;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; if (can_initialised)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FLEXCAN_Deinit(DEVICE_CAN);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLEXCAN_Init(CAN0, &amp;amp;flexcan_config, CAN_CLK_FREQ);&lt;/P&gt;&lt;P&gt;FLEXCAN_TransferCreateHandle(DEVICE_CAN, &amp;amp;can_handle, __dal_can_driver_callback, NULL);&lt;BR /&gt; FLEXCAN_SetTxMbConfig(DEVICE_CAN, TX_MESSAGE_BUFFER_NUM_CAN, true);&lt;BR /&gt; FLEXCAN_SetRxFifoGlobalMask(DEVICE_CAN, FLEXCAN_RX_MB_STD_MASK(0, 0, 0));&lt;BR /&gt; FLEXCAN_SetRxFifoConfig(DEVICE_CAN, &amp;amp;rx_fifo_config, true);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 05:35:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934314#M54169</guid>
      <dc:creator>dileep_divakara</dc:creator>
      <dc:date>2019-06-03T05:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Always loopbacking the CAN send messages</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934315#M54170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dileep Divakaran,&lt;/P&gt;&lt;P&gt;Please check the configuration of CAN_MCR[SRXDIS].&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SRXDIS.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85255iB0D9D9E95D780088/image-size/large?v=v2&amp;amp;px=999" role="button" title="SRXDIS.png" alt="SRXDIS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CAN_MCR[SRXDIS].png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85256iDE5A7D37F187300A/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN_MCR[SRXDIS].png" alt="CAN_MCR[SRXDIS].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 04 Jun 2019 02:20:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934315#M54170</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-06-04T02:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Always loopbacking the CAN send messages</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934316#M54171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robin Shen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked. Now I am able to disable the CAN loop-back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 08:25:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Always-loopbacking-the-CAN-send-messages/m-p/934316#M54171</guid>
      <dc:creator>dileep_divakara</dc:creator>
      <dc:date>2019-06-12T08:25:43Z</dc:date>
    </item>
  </channel>
</rss>

