<?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: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO. in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494332#M3831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know about using the methods of the component to set up the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 10:49:44 GMT</pubDate>
    <dc:creator>carrielbr</dc:creator>
    <dc:date>2016-01-27T10:49:44Z</dc:date>
    <item>
      <title>MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494326#M3825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a MK20 of freescale Kinetis and am trying to implement the receiver FIFO of CAN_LDD component (processor expert), however when I enable the flag of the FIFO it's an error that the controller does not support FIFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the driver documentation says it supports up to 256 IDs can in FIFO.&lt;/P&gt;&lt;P&gt;I found many people with the same problem on the internet, however I can not find the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 12:31:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494326#M3825</guid>
      <dc:creator>carrielbr</dc:creator>
      <dc:date>2016-01-15T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494327#M3826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , so far on the Processor Expert IDE or the Processor Expert on CW IDE&amp;nbsp; only support the feature for MSCAN device.&lt;/P&gt;&lt;P&gt;As workaround you could use "Message buffers" or freeze the code of this component and implement it manually.&lt;/P&gt;&lt;P&gt;And another method is use the KSDK1.3 + PE on KDS, it support this feature , and first you should make sure the KSDK1.3 support your&lt;/P&gt;&lt;P&gt;chip from the release not of KSDK1.3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36053i5A2AB0A1CF49DE96/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&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, 19 Jan 2016 06:54:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494327#M3826</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-19T06:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494328#M3827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Alice response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem would be how to use the registers using KSDK? in Processor Expert it already generates all methods ready for me to use.&lt;/P&gt;&lt;P&gt;Would have an exemple of how to implement a FIFO listening to receive some IDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494328#M3827</guid>
      <dc:creator>carrielbr</dc:creator>
      <dc:date>2016-01-19T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494329#M3828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the KSDK+PE project , there also have all methods you can directly use&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52143iFCB96D8A14354DAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and sorry ,&amp;nbsp; so far i have not the demo .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 09:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494329#M3828</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-20T09:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494330#M3829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer Alice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because when I try to implement any component of the method when you build accuses an error stating that the method does not exist.&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 10:07:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494330#M3829</guid>
      <dc:creator>carrielbr</dc:creator>
      <dc:date>2016-01-26T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494331#M3830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please take a screenshot about your error and tell me the steps you operate the components,&lt;/P&gt;&lt;P&gt;you'd better tell me step by step .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 04:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494331#M3830</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-27T04:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494332#M3831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know about using the methods of the component to set up the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:49:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494332#M3831</guid>
      <dc:creator>carrielbr</dc:creator>
      <dc:date>2016-01-27T10:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: MK20 receiver FIFO of CAN_LDD component (processor expert),  controller does not support FIFO.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494333#M3832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3498iDB0D3F2BCD402B1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; what's about the error ?&lt;/P&gt;&lt;P&gt;- The configuration of Processor Expert with KSDK is similar with PE,&amp;nbsp; about the detail configuration&lt;/P&gt;&lt;P&gt;you can refer to the "help on component"&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/27637iD3AEDC252136D4FC/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;&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/3579i3B0CD18DAEE6BCAC/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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&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>Thu, 28 Jan 2016 04:17:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK20-receiver-FIFO-of-CAN-LDD-component-processor-expert/m-p/494333#M3832</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-28T04:17:21Z</dc:date>
    </item>
  </channel>
</rss>

