<?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: Configuring can_onchip example for 500kbps in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546894#M9891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by manishd on Fri Oct 07 09:53:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Forgot to mention that I am using the LPC11C24 micro...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:23:39 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:23:39Z</dc:date>
    <item>
      <title>Configuring can_onchip example for 500kbps</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546893#M9890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by manishd on Fri Oct 07 09:53:10 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to configure the can_onchip example for a CAN bitrate of 500kbps instead of the 125kbps default. Can this be accomplished simply by changing the values in the ClkInitTable? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// 500kbps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uint32_t ClkInitTable[2] = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; 0x00000005UL, // CANCLKDIV 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; 0x00002301UL&amp;nbsp; // CAN_BTR 0x2301&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//instead of 125kbps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uint32_t ClkInitTable[2] = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; 0x00000000UL, // CANCLKDIV 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; 0x00001C57UL&amp;nbsp; // CAN_BTR 0x2301&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Calculating the bit time quanta seems a little :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546893#M9890</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring can_onchip example for 500kbps</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546894#M9891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by manishd on Fri Oct 07 09:53:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Forgot to mention that I am using the LPC11C24 micro...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546894#M9891</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring can_onchip example for 500kbps</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546895#M9892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Oct 07 09:58:46 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: manishd&lt;/STRONG&gt;&lt;BR /&gt;Can this be accomplished simply by changing the values in the ClkInitTable? &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Didn't check your values, but changing this table (before it is loaded) is the right way :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: Checked your settings and yes, it's 500k :eek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:23:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Configuring-can-onchip-example-for-500kbps/m-p/546895#M9892</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:23:40Z</dc:date>
    </item>
  </channel>
</rss>

