<?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总线通信 in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440807#M1223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The file include the simplified SCH of CAN-BUS module and the official routine of CAN-BUS module.And my problem is that Tx can not transmit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;signal,also the Rx can not receive any signal.Can you help me?Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 12:43:51 GMT</pubDate>
    <dc:creator>935512732</dc:creator>
    <dc:date>2015-05-22T12:43:51Z</dc:date>
    <item>
      <title>CAN总线通信</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440805#M1221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;我使用的是MPC5604B芯片，外接MCP2551CAN收发器，搭好硬件平台后，往单片机里烧写飞思卡尔的官方CAN例程后，没有信号发出来，是怎么回事？求解！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 07:27:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440805#M1221</guid>
      <dc:creator>935512732</dc:creator>
      <dc:date>2015-05-18T07:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: CAN总线通信</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440806#M1222</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;not sure what is your HW connections and FlexCAN init code. So try to check following...&lt;/P&gt;&lt;P&gt;- be sure FlexCAN and SIUL modules are clocked properly, check respective Mode Entry registers&lt;/P&gt;&lt;P&gt;- be sure pins are properly configured for FlexCAN functionality, check respective SIUL PCR registers and PSMI as well if needed.&lt;/P&gt;&lt;P&gt;- do not use open-drain config for TX line, if yes then external pull-up will be needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440806#M1222</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2015-05-20T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: CAN总线通信</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440807#M1223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The file include the simplified SCH of CAN-BUS module and the official routine of CAN-BUS module.And my problem is that Tx can not transmit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;signal,also the Rx can not receive any signal.Can you help me?Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440807#M1223</guid>
      <dc:creator>935512732</dc:creator>
      <dc:date>2015-05-22T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: CAN总线通信</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440808#M1224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code looks normal. What looks wrong is the connection you have.&amp;nbsp; There are swapped RX and TX pins between MCU and PHY. But maybe it is just mistake on the SCH.&lt;/P&gt;&lt;P&gt;If the connection is correct, means PB0/PC10 to TXD and PB1/PC3 to RXD then you can try this:&lt;/P&gt;&lt;P&gt;- set weak pull ups on RX pins&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.5pt; font-family: 'Times New Roman','serif';"&gt;SIU.PCR[35].R = 0x0103;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Times New Roman','serif';"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.5pt; font-family: 'Times New Roman','serif';"&gt;SIU.PCR[17].R = 0x0103;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- look at ECR and ESR registers to know if there is any error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 08:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN%E6%80%BB%E7%BA%BF%E9%80%9A%E4%BF%A1/m-p/440808#M1224</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2015-05-26T08:47:12Z</dc:date>
    </item>
  </channel>
</rss>

