<?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 Basic mode</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740560#M29875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="288229" data-objecttype="3" href="https://community.nxp.com/people/ianbenton" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Ian Benton&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It's typo with reference manual.&lt;/P&gt;&lt;P&gt;Hope this is clear.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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, 20 Jun 2018 10:47:12 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2018-06-20T10:47:12Z</dc:date>
    <item>
      <title>CAN Basic mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740557#M29872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section 27.7.2.4.4. of the LPC15xx manual states:&lt;/P&gt;&lt;P&gt;"The transmission of the contents of the&lt;BR /&gt;IF1 Registers is requested by writing the BUSY bit of the IF1 Command Request Register&lt;BR /&gt;to ‘1’."&lt;/P&gt;&lt;P&gt;Table 403 states that bit 15 (the BUSY bit) of&amp;nbsp;IF1_CMDREQ is read-only.&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740557#M29872</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2018-03-08T10:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Basic mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740558#M29873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="288229" data-username="ianbenton" href="https://community.nxp.com/people/ianbenton" rel="nofollow noopener noreferrer" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;" target="_blank"&gt;Ian Benton&lt;/A&gt;,&lt;/P&gt;&lt;DIV style="font-size: 14px;"&gt;&lt;SPAN&gt;Thank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-size: 14px;"&gt;&lt;SPAN&gt;the opportunity to serve you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following code to&amp;nbsp;set the BUSY bit in the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Command Request Register.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="property macro token"&gt;#define IFCREQ_BUSY&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x8000&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* 1 is writing is progress, cleared when 
LPC_CAN-&amp;gt;IF2_CMDREQ = IFCREQ_BUSY;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Start message transfer */&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Have a great day,&lt;/DIV&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;TIC&lt;/DIV&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/DIV&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 02:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740558#M29873</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-03-13T02:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Basic mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740559#M29874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That code writes to bit 15, which the manual says is read-only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 09:06:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740559#M29874</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2018-03-13T09:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Basic mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740560#M29875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="288229" data-objecttype="3" href="https://community.nxp.com/people/ianbenton" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Ian Benton&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It's typo with reference manual.&lt;/P&gt;&lt;P&gt;Hope this is clear.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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, 20 Jun 2018 10:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-Basic-mode/m-p/740560#M29875</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-06-20T10:47:12Z</dc:date>
    </item>
  </channel>
</rss>

