<?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: USB 2 CAN-FD</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230702#M43930</link>
    <description>&lt;P&gt;Hi Dav&lt;/P&gt;
&lt;P&gt;Yes, you can use&amp;nbsp;&lt;SPAN&gt;AN12646 as base, referring CAN-FD demo and SDK I recommended as reference if needed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unfortunately, we don't have&amp;nbsp;&amp;nbsp;demo with CAN-FD over USB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have a nice day,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Feb 2021 09:34:07 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2021-02-13T09:34:07Z</dc:date>
    <item>
      <title>USB 2 CAN-FD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1229067#M43903</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are there any implementaions of a raw USB to CAN FD adapter running on the LPC 5x series?&lt;BR /&gt;i.e. host-side runs on Linux, C, socket or python/libusb library.&lt;BR /&gt;lpc just acting as a packet relay, like a USB2UART adapter but for CAN-FD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 00:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1229067#M43903</guid>
      <dc:creator>dav1</dc:creator>
      <dc:date>2021-02-10T00:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: USB 2 CAN-FD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230177#M43919</link>
      <description>&lt;P&gt;Hi dav1&lt;/P&gt;
&lt;P&gt;I would suggest you refer AN12646. demo code is attached.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN12646.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN12646.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides, we also have CAN-FD demo code and SDK package(usb semo and CAN demo are included separately). You can download here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc54000-cortex-m4-/power-efficient-microcontrollers-mcus-with-advanced-peripherals-based-on-arm-cortex-m4-core:LPC546XX?tab=Design_Tools_Tab" target="_blank"&gt;https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc54000-cortex-m4-/power-efficient-microcontrollers-mcus-with-advanced-peripherals-based-on-arm-cortex-m4-core:LPC546XX?tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 05:38:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230177#M43919</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-02-12T05:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: USB 2 CAN-FD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230275#M43921</link>
      <description>&lt;P&gt;I guess your combination would be hard to find, at least as free source.&lt;/P&gt;&lt;P&gt;CAN adapters for PCs do exactly the thing you ask for, but usually commercial products and closed source. And perhaps not even Cortex M based.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 10:04:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230275#M43921</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-02-12T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: USB 2 CAN-FD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230354#M43922</link>
      <description>&lt;P&gt;Frank, yes, the "CAN world" is&amp;nbsp;definitely different, 20x price for basically the same as any UART/RS-485 serial-adapter that is basically same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jun, many thanks for the link. I think we can use it as a base. You don't happen to have some demo with CAN-FD over USB?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 12:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230354#M43922</guid>
      <dc:creator>dav1</dc:creator>
      <dc:date>2021-02-12T12:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: USB 2 CAN-FD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230702#M43930</link>
      <description>&lt;P&gt;Hi Dav&lt;/P&gt;
&lt;P&gt;Yes, you can use&amp;nbsp;&lt;SPAN&gt;AN12646 as base, referring CAN-FD demo and SDK I recommended as reference if needed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unfortunately, we don't have&amp;nbsp;&amp;nbsp;demo with CAN-FD over USB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have a nice day,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 09:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-2-CAN-FD/m-p/1230702#M43930</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-02-13T09:34:07Z</dc:date>
    </item>
  </channel>
</rss>

