<?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: Problems with CCAN BT configuration</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569501#M17950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Thu May 16 07:12:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We also had trouble with CLKDIVVAL = 0 at 200 MHz, receiving a CAN message sometimes modified the setup of the message objects.&amp;nbsp; Maybe we were overclocking the C_CAN?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;Our current working setup doesn't correspond to the 2^(CLKDIVVAL-1) + 1 values for the divisor in the user manual.&lt;BR /&gt;We get a divisor of 4 instead of 5 for CLKDIVVAL = 3.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the C_CAN documentation for LPC11xx the divisor is specified as CLKDIVVAL + 1, which would fit.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can someone from NXP clarify?&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:55:23 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:55:23Z</dc:date>
    <item>
      <title>Problems with CCAN BT configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569500#M17949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dpliu on Mon Mar 25 23:50:29 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;the configurations which work well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CAN PCLK=OSC=12MHz,CLKDIV=0,BT=0x2701(BRP=1),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;means 500kbps*(2+7+3)*(BRP+1)=12MHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the configurations which work with problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CAN PCLK=PLL1=204MHz,CLKIDV=0,BT=0x2721(BRP=33),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;means 500kbps*(2+7+3)*(BRP+1)=204MHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the configurations which also work with problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CAN PCLK=PLL1=204MHz,CLKIDV=5(CAN_CLK=PCLK/17),BT=0x2701(BRP=1),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;means 500kbps*(2+7+3)*(BRP+1)=204MHz/17=12MHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems there will be something wrong when use PLL1 as PCLK of CCAN.The CLKDIV(default 0) and the BRP(default 1) can only work with there default values? Or there are some strict order except INIT bit and CCE bit which I have known when configure the registers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:55:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569500#M17949</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with CCAN BT configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569501#M17950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Thu May 16 07:12:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We also had trouble with CLKDIVVAL = 0 at 200 MHz, receiving a CAN message sometimes modified the setup of the message objects.&amp;nbsp; Maybe we were overclocking the C_CAN?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;Our current working setup doesn't correspond to the 2^(CLKDIVVAL-1) + 1 values for the divisor in the user manual.&lt;BR /&gt;We get a divisor of 4 instead of 5 for CLKDIVVAL = 3.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the C_CAN documentation for LPC11xx the divisor is specified as CLKDIVVAL + 1, which would fit.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can someone from NXP clarify?&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:55:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569501#M17950</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with CCAN BT configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569502#M17951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Fri Jan 31 02:29:23 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the LPC18xx user manual this has just been clarified:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* PCLK should be 50 MHz or less.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* The divisor is CLKDIVVAL + 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(LPC18xx peripherals are mostly the same as LPC43xx).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:55:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-with-CCAN-BT-configuration/m-p/569502#M17951</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:55:23Z</dc:date>
    </item>
  </channel>
</rss>

