<?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>MPC5xxxのトピックRe: CAN Driver for MPC5777M</title>
    <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611935#M5014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The debug value is showing '0' only for the register &lt;STRONG&gt;M_CAN_1.CCCR.B.CCE = 0x1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2016 14:15:28 GMT</pubDate>
    <dc:creator>yalamandadosaky</dc:creator>
    <dc:date>2016-11-18T14:15:28Z</dc:date>
    <item>
      <title>CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611928#M5007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, Can any one help how to write a CAN driver&amp;nbsp; for the MPC 5777M or similar kind of Microcontroller&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="250581" data-objecttype="3" href="https://community.nxp.com/people/b55689"&gt;Martin Kovar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 15:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611928#M5007</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-10-28T15:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611929#M5008</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;CAN driver is very general term. There are many CAN stacks with different functionality. I can provide you simple MCAN example, which is created for MPC5777C, but it is also possible to use it with MPC5777M. You should check GPIO settings and clocking, but the module is the same. Please look at the following URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332753"&gt;Example MPC5777C MCAN simpleTXRX GHS616&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332736"&gt;https://community.nxp.com/docs/DOC-332736&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:45:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611929#M5008</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-10-31T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611930#M5009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin Kovar ,Thank you, I checked the sample code given for MPC 5777C ,and Almost I tried initialization of M_CAN module except the two steps for M_CAN_Tx pin and M_CAN_Rx Pin initialization. I checked the MPC5777C sample code &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIU.PCR[83].R = 0x0E0C; /* MCAN0TX, push/pull, max slew rate */ &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIU.PCR[84].R = 0x0D03; /* MCAN0RX, weak pull device disabled */&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/8698i838FF7B07A740EF4/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;It is clearly given for the MPC 5777C ,But for MPC 5777M&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/8756i53AD8E39A8353A2F/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;As per the header file &amp;lt;MPC5777M.h&amp;gt; There are MSCR_IO[512[] and MSCR_MUX[512] registers are defined. I have got&lt;/P&gt;&lt;P&gt;one document for MPC5777M sending CAN FD messages , where I got the following.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/8826i76C9259138B91169/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I am confused the configure the M_CAN_Tx and Rx Pin. Can you Please help me how to configure Tx and Rx Pins ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 06:30:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611930#M5009</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-15T06:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611931#M5010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And there is no MSCR registers defined in header file MPC5777M.h .Only MSCR_IO and MSCR_MUX registers defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 06:43:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611931#M5010</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-15T06:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611932#M5011</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;it seems that the example you found is created in different IDE (maybe Green Hills) and it uses different header file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you have use following construction:&lt;/P&gt;&lt;P&gt;SIUL2.MSCR_IO[10].R = value; /*set all required settings for MCAN1TX*/&lt;/P&gt;&lt;P&gt;SIUL2.MSCR_IO[11].R = value; /*set all required settings for MCAN1RX*/&lt;/P&gt;&lt;P&gt;SIUL.2.MSCR_MUX[246].SSS = 0x2 /*Connect MCAN1RX to PA[11]*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is little bit complicated and I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other questions, please feel free to write me back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 09:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611932#M5011</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-11-15T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611933#M5012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I will check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611933#M5012</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-15T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611934#M5013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin Kovar@&amp;nbsp; As per the sample code you provided ,I have written the code for initializing M_CAN_1 for MPC5777M.&lt;/P&gt;&lt;P&gt;for sending CAN messages&lt;/P&gt;&lt;P&gt;void MCAN_1_Init()&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.CCCR.B.INIT = 0x1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // set to initialization mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(M_CAN_1.CCCR.B.INIT == 0x0);&amp;nbsp;&amp;nbsp;&amp;nbsp; // wait till previous written value has been accepted.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.CCCR.B.CCE = 0x1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // unlock protected registers for configuration&lt;BR /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; while(M_CAN_1.CCCR.B.CCE == 0x0);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // wait till previous written value has been accepted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.CCCR.B.CMR = 0x0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Request CAN Mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.CCCR.B.CME = 0x0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enable CAN Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.TSCC.R = 0x00000000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Time Stamp Counter&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.TOCC.R = 0x00000000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Time out counter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.IE.R =&amp;nbsp; 0xFFFFFFFF;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enable all interrupts.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.ILS.R = 0xFFFFFFFF;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Interrupt Assigns to one of the two interrupt lines.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.ILE.R = 0x00000003;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enable two interrupt lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.BTP.R = 0x00011E77;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set time quanta for 0.5Mbps SYNC=1, TSEG1=30+1, TSEG2=7+1, SJW=7+1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.GFC.R = 0x00111111;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Reject Non Matching Frames&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.SIDFC.R = 0x00020000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Configuring Two Standard ID filters and its offset address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.TXBC.R = 0x00200300;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Setting up 2 Tx Buffers, Transmit Buffer Offset Address&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.RXF0C.R = 0x80020100;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Setting up 5 Rx FIFO 0 with overwrite new messages when fifo full and its&amp;nbsp; offset address.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.RXF1C.R = 0x00020200;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Setting up 5 Rx FIFO 1 with discard new messages when fifo full and its offset address&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.RXESC.R = 0x00000000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 8 data bytes for Message FIFO 1 / 8 data bytes for Message FIFO 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.TXESC.R = 0x00000000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 8 data bytes for Tx Buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.CCCR.B.CCE = 0x0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // disable CCE to prevent configuration changes&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_CAN_1.CCCR.B.INIT = 0x0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Return to normal operation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(M_CAN_1.CCCR.B.INIT == 0x1);&amp;nbsp;&amp;nbsp;&amp;nbsp; // lock protected registers for configuration&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //while((M_CAN_1.CCCR.R &amp;amp; 0x1) == 1);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIUL2.MSCR_IO[10].R = 0x32000001;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Very Strong Drive,Push-Pull output enable MCAN1TX Pin, PA[10]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIUL2.MSCR_IO[11].R = 0x00080002;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enable input buffer for MCAN1RX&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIUL2.MSCR_MUX[246].B.SSS = 0x2;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Connect MCAN1RX to PA[11]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I Flashed the same code into the board, And I tried to debug ,when it encounters the M_CAN_1.CCCR.B.CCE = 0x1;&amp;nbsp; instruction ,It is not taking.I dont why it is not taking ,Can you please help me how to resolve the issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 13:51:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611934#M5013</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-18T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611935#M5014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The debug value is showing '0' only for the register &lt;STRONG&gt;M_CAN_1.CCCR.B.CCE = 0x1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 14:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611935#M5014</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-18T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611936#M5015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought it is not all going to initialize the CAN module ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 17:17:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611936#M5015</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-18T17:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611937#M5016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/b55689"&gt;b55689&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M_CAN_1.CCCR.B.INIT = 0x0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Return to normal operation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(M_CAN_1.CCCR.B.INIT == 0x1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 13:19:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611937#M5016</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-22T13:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611938#M5017</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;try to move CAN TX/RX pin setting into initialization, means before clearing INIT bit at the end. Clearing this bit the module tries to synchronize to the bus, but probably cannot as pins are not set still.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 17:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611938#M5017</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2016-11-22T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611939#M5018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr Stancik, I want to the initalization for M_CAN_2 ,what are the Tx_PIN and Rx_PIN configurations ,I didn't find in the Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 06:41:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611939#M5018</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-29T06:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611940#M5019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should open an Excel sheet attached to the RM to see I/O table.&lt;/P&gt;&lt;P&gt;Open the RM and press CTRL+SHIFT+A, in attachment window open an Excel sheet and select IO Signal Table tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MCAN2 TX/RX signals can be located at PA[1] and PA[2] pins so the setting could be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SIUL2.MSCR_IO[2].R = 0x32000001;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Very Strong Drive,Push-Pull output enable MCAN2 TX Pin, PA[2]&lt;BR /&gt; SIUL2.MSCR_IO[1].B.IBE = 0x1;&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; // Enable input buffer for MCAN2 RX&lt;BR /&gt; SIUL2.MSCR_MUX[759-512].B.SSS = 0x2;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Connect MCAN2 RX to PA[1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 11:57:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611940#M5019</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2016-11-29T11:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611941#M5020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr Stancik, Thank you for your reply, I Did not get any attachment with RM,So I am unable to locate it ,Currently I am using S32 IDE Power Pc V1.1 and MPC 57xx MB with MPC5777M in Ubuntu 14.04 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing I want to share with you is ,Currently I am written CAN_driver for the above hardware code as per the sample&amp;nbsp; code&amp;nbsp; provided for MPC5777C provided in the Examples provided by NXP. So I have seen the author is you only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am working Error Handling .How we can do error handle in transmitting messages and receiving messages. I am not sure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 13:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611941#M5020</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-29T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Driver for MPC5777M</title>
      <link>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611942#M5021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr Stancik, I am unable to transmit Data with M_CAN_2 as the TXBAR register is not taking 1 to start trasmission. I tried ,but I did n't get any breakthrough. Reception of CAN messages is working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/CAN-Driver-for-MPC5777M/m-p/611942#M5021</guid>
      <dc:creator>yalamandadosaky</dc:creator>
      <dc:date>2016-11-30T07:35:19Z</dc:date>
    </item>
  </channel>
</rss>

