<?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>LPC MicrocontrollersのトピックRe: CAN API ROM drivers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704470#M28367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lan,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I don't think the CAN ROM API just work in basic mode, you also can work in other mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;But, if there no API code in the ROM API, you need to use the CAN register to configure the according mode.&lt;/P&gt;&lt;P&gt;You can test it to check it on your side.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Besides, next time when you post question, please also tell us what the LPC chip you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Mon, 16 Oct 2017 07:29:34 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2017-10-16T07:29:34Z</dc:date>
    <item>
      <title>CAN API ROM drivers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704469#M28366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the API ROM drivers run the interface in "basic" mode or in whatever the other mode is called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704469#M28366</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2017-10-12T07:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: CAN API ROM drivers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704470#M28367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lan,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I don't think the CAN ROM API just work in basic mode, you also can work in other mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;But, if there no API code in the ROM API, you need to use the CAN register to configure the according mode.&lt;/P&gt;&lt;P&gt;You can test it to check it on your side.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Besides, next time when you post question, please also tell us what the LPC chip you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Mon, 16 Oct 2017 07:29:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704470#M28367</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-10-16T07:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: CAN API ROM drivers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704471#M28368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The processor is a LPC1517 (hence why I posted it in the LPC15xx section).&lt;/P&gt;&lt;P&gt;There seemed to be no API that sets up messages in the&amp;nbsp;internal CAN RAM, only C_CAN_MsgTransmit, which simply sends a message (so I assumed it was sent in "basic" mode)&lt;/P&gt;&lt;P&gt;I would &lt;EM&gt;much&amp;nbsp;&lt;/EM&gt;prefer to run the interface by writing to the registers rather than using the API, and I would prefer the non-"basic" mode so that I trigger pre-stored messages in the internal RAM. The manual explains the registers quite well, but what would be&amp;nbsp;&lt;EM&gt;really&amp;nbsp;&lt;/EM&gt;nice is an example. That&amp;nbsp;might save me some time over experimenting and watching on the oscilloscope.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:20:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704471#M28368</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2017-10-16T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: CAN API ROM drivers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704472#M28369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CAN ROM function is limit, if you want to have the CAN full function, I suggest you control the CAN module directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To LPC1517, I don't have the code directly, but I have a CAN code for LPC11C24, please don't worry, you also can refer to it. I check the LPC1517 and LPC11C24 CAN module, it is nearly the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please check my attache MDK project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&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>Wed, 18 Oct 2017 05:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-API-ROM-drivers/m-p/704472#M28369</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-10-18T05:50:03Z</dc:date>
    </item>
  </channel>
</rss>

