<?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: LCP1549 CAN ISP Bite Rate Timing and Max Cable Length Support</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1155691#M42292</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178017"&gt;@R_B&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could refer to the LPCopen ROM example &lt;EM&gt;periph_ccan_rom ,&lt;/EM&gt; this example uses the boot ROM&amp;nbsp; API functions for CAN.&lt;/P&gt;
&lt;P&gt;The Bit time rate is calculated upon the &lt;A href="http://www.bittiming.can-wiki.info/" target="_blank"&gt;http://www.bittiming.can-wiki.info/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;/* btr values can be obtained from &lt;A href="http://www.bittiming.can-wiki.info" target="_blank"&gt;www.bittiming.can-wiki.info&lt;/A&gt; (use Bosch C_CAN / D_CAN) */&lt;BR /&gt;gCANConfig.btr = 0x0502; /* 500Khz bit rate (%87.5 w 12Mhz base clock ) */&lt;/P&gt;
&lt;P&gt;This is applicable if you want to use the boot&amp;nbsp; ROM API libraries. if you want to use another example ,&amp;nbsp; the sample point should be&amp;nbsp; located at 87.5% , between the TSEG1 and TSEG2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wish this helps!&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Diego.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2020 17:57:05 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2020-09-18T17:57:05Z</dc:date>
    <item>
      <title>LCP1549 CAN ISP Bite Rate Timing and Max Cable Length Support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1153641#M42246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The UM for the 15xx series and section 34.8 C_CAN ISP commands states the on-chip oscillator and the CAN controller are initialized for a CAN bit rate of 100 kbit/s.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the bit timing configurations that are used published somewhere (tq, prop-seg1, prop-seg2, etc)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the maximum recommended cable length (assuming copper wires) that can be used?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 19:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1153641#M42246</guid>
      <dc:creator>R_B</dc:creator>
      <dc:date>2020-09-15T19:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: LCP1549 CAN ISP Bite Rate Timing and Max Cable Length Support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1153867#M42251</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; What is the maximum recommended cable length (assuming copper wires) that can be used?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That does not depend on the peripheral, but the physical transceiver chip. The MCU only provides the logic-level Rx and Tx pins.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;The MC33897, PCA82C25x or MCP2551 would be examples of such transceivers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since CAN is not a point-to-point bus like RS232, the sheer cable length is less of an criterium, but rather the whole bus configuration and cabling.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; Are the bit timing configurations that are used published somewhere (tq, prop-seg1, prop-seg2, etc)?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would check the SDKs of you MCU for CAN examples.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 05:57:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1153867#M42251</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2020-09-16T05:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: LCP1549 CAN ISP Bite Rate Timing and Max Cable Length Support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1154308#M42259</link>
      <description>&lt;P&gt;I am looking for the bit timing configurations that are used by the built in CAN bootloader on the part.&amp;nbsp; I am aware of how to configure the part for CAN communication in my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 17:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1154308#M42259</guid>
      <dc:creator>R_B</dc:creator>
      <dc:date>2020-09-16T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: LCP1549 CAN ISP Bite Rate Timing and Max Cable Length Support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1155691#M42292</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178017"&gt;@R_B&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could refer to the LPCopen ROM example &lt;EM&gt;periph_ccan_rom ,&lt;/EM&gt; this example uses the boot ROM&amp;nbsp; API functions for CAN.&lt;/P&gt;
&lt;P&gt;The Bit time rate is calculated upon the &lt;A href="http://www.bittiming.can-wiki.info/" target="_blank"&gt;http://www.bittiming.can-wiki.info/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;/* btr values can be obtained from &lt;A href="http://www.bittiming.can-wiki.info" target="_blank"&gt;www.bittiming.can-wiki.info&lt;/A&gt; (use Bosch C_CAN / D_CAN) */&lt;BR /&gt;gCANConfig.btr = 0x0502; /* 500Khz bit rate (%87.5 w 12Mhz base clock ) */&lt;/P&gt;
&lt;P&gt;This is applicable if you want to use the boot&amp;nbsp; ROM API libraries. if you want to use another example ,&amp;nbsp; the sample point should be&amp;nbsp; located at 87.5% , between the TSEG1 and TSEG2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wish this helps!&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Diego.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 17:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LCP1549-CAN-ISP-Bite-Rate-Timing-and-Max-Cable-Length-Support/m-p/1155691#M42292</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-09-18T17:57:05Z</dc:date>
    </item>
  </channel>
</rss>

