<?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 Sampler For MPC56XX</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293966#M306</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;Thank you, it will be very useful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 03:37:16 GMT</pubDate>
    <dc:creator>thangabalashanm</dc:creator>
    <dc:date>2014-03-26T03:37:16Z</dc:date>
    <item>
      <title>Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293957#M297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt; &lt;/TD&gt;&lt;TD style=""&gt;Hi,&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using MPC5607B Micro controller and configured CAN Sampler to wake up over CAN but wake up interrupt is not generated.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are using TJA1043 can transceiver, circuit connection details and code is attached below:&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details of code:&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Configured wake up unit and CAN Sampler for 125kbps,&lt;/P&gt;&lt;P&gt;CAN Sampler bit enabled,MODE =1&lt;/P&gt;&lt;P&gt;(It should sample first frame), ACTIVE_CK =1(RC_CLK) and&lt;/P&gt;&lt;P&gt;CAN_RX_SE = 000(RX0(PB[0])&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Initially we transmit one frame through Flexcan0 Module&lt;/P&gt;&lt;P&gt;from controller (just to confirm CAN configuration) with baud rate&lt;/P&gt;&lt;P&gt;125kbps,&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Then on reception of the frame with id=6F we are putting the&lt;/P&gt;&lt;P&gt;CAN transceiver in stand-by mode and controller in STOP&lt;/P&gt;&lt;P&gt;Mode, . &lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Then try to transmit frame from canalyzer for wakeup the microcontroller&lt;/P&gt;&lt;P&gt;but i am getting error frame on canalyzer&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached my code and Can transceiver Cirucuit&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me..&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabala S&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-338417"&gt;01129640091588_Can-Sampler.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293957#M297</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-03-11T16:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293958#M298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can see in your code that you do not select rising or falling edge on wake up unit. You are writing WIREER to zero and WIFEER is left in reset state (also zero). &lt;/P&gt;&lt;P&gt;Copied from reference manual:&lt;/P&gt;&lt;P&gt;“Writing a ‘0’ to both IREE[x] and IFEE[x] disables the external interrupt&lt;/P&gt;&lt;P&gt;functionality for that pad completely (that is, no system wakeup or interrupt&lt;/P&gt;&lt;P&gt;will be generated on any activity on that pad)!”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give this a try. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:34:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293958#M298</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-03-13T12:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293959#M299</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;Thank You For Your replay. I will back soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabala S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293959#M299</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-03-13T16:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293960#M300</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;That one also i tried, but i am getting error frames. can u share me some links about Can sampler and low power modes in MPC5607B controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabala S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 17:02:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293960#M300</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-03-14T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293961#M301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is application note about low power applications:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.com/url?q=http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4240.pdf&amp;amp;sa=U&amp;amp;ei=zL0mU8fvIIyQhQf0pICICw&amp;amp;ved=0CCAQFjAA&amp;amp;sig2=FPcDpEzSkzDAz_5crM53ug&amp;amp;usg=AFQjCNGhoRn3tPEty6sVy9v6mM-o_LS_KQ" title="https://www.google.com/url?q=http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4240.pdf&amp;amp;sa=U&amp;amp;ei=zL0mU8fvIIyQhQf0pICICw&amp;amp;ved=0CCAQFjAA&amp;amp;sig2=FPcDpEzSkzDAz_5crM53ug&amp;amp;usg=AFQjCNGhoRn3tPEty6sVy9v6mM-o_LS_KQ"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN4240.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And examples for low power can be found in this AN:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN2865.pdf" title="http://cache.freescale.com/files/32bit/doc/app_note/AN2865.pdf"&gt;http://www.freescale.com/files/32bit/doc/app_note/AN2865.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=AN2865SW"&gt;http://www.freescale.com/webapp/sps/download/license.jsp?colCode=AN2865SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there's no AN for CAN sampler. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:23:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293961#M301</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-03-17T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293962#M302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you, I have the same code that you have shared. But i need code regarding low power modes.&lt;/P&gt;&lt;P&gt;If you have any code regarding the Low power modes share me. Otherwise guide me how to handle&lt;/P&gt;&lt;P&gt;CAN Sampler &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabala S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 13:15:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293962#M302</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-03-17T13:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293963#M303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you wait till next week? I will try to prepare some sample code.&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 12:56:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293963#M303</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-03-20T12:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293964#M304</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;Ya sure, When can i expect that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 13:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293964#M304</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-03-20T13:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293965#M305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I uploaded the example here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-100206" title="https://community.freescale.com/docs/DOC-100206"&gt;https://community.freescale.com/docs/DOC-100206&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 11:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293965#M305</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-03-24T11:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293966#M306</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;Thank you, it will be very useful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 03:37:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293966#M306</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-03-26T03:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293967#M307</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In CANSampler, is it possible to use three CAN Channels simultaneously&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 04:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293967#M307</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-04-23T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293968#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;unfortunately not. There's only one CAN sampler module and we can select only one RX pad to be sampled.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 06:45:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293968#M308</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-04-23T06:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293969#M309</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Without Cansampler, is it possible to wake-up the mcu from low power mode upon reception of any other frame&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293969#M309</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-04-23T11:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293970#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, take a look at Table 12-1 in RM:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/files/32bit/doc/ref_manual/MPC5607BRM.pdf"&gt;http://www.freescale.com/files/32bit/doc/ref_manual/MPC5607BRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Each CAN RX pin is connected also to Wake Up unit.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293970#M310</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-04-23T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293971#M311</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;&amp;nbsp;&amp;nbsp; 1. I want to put my controller and can transceiver in standby mode, in that case how i can wakeup by can frame &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. What is the state of CAN0RX while controller is in standby mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. In wakeup unit, which register i want to access(Falling or Rising)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293971#M311</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-04-24T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293972#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. Configure the WKPU in the same way as in the SW example that I shared earlier. Just do not use the sampler. Notice that the FlexCAN must be frozen before entering the low power mode due to erratum e3247.&lt;/P&gt;&lt;P&gt;2. All WKPU pins must be pulled up by internal or external resistor in STANDBY mode. CAN0RX is input pin, pull up must be enabled, so the state is logic "1" - so it is the same state like in normal recessive state of CAN RX pin.&lt;/P&gt;&lt;P&gt;3. Set falling edge.&lt;/P&gt;&lt;P&gt;Any incoming CAN frame will generate falling edge on CAN RX pin, so the WKPU will wake up the device. &lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293972#M312</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2014-04-25T09:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293973#M313</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your replay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 10:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293973#M313</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-04-25T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293974#M314</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Can u guide how to handle bus-off and error passive interrupt in MPC5607B (Flexcan 0), both having same vector address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. For me bus-off is working but error passive is not working, I have configured Flexcan Transmit warning interrupt and receive warning interrupt also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. How i can generate error passive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293974#M314</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-04-30T12:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sampler For MPC56XX</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293975#M315</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;&amp;nbsp;&amp;nbsp; What about MPC5607B Micro controller EEPROM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thangabalakrishnan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:00:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Can-Sampler-For-MPC56XX/m-p/293975#M315</guid>
      <dc:creator>thangabalashanm</dc:creator>
      <dc:date>2014-05-08T07:00:27Z</dc:date>
    </item>
  </channel>
</rss>

