<?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: LPC1519 CAN LPCOpen vs Legacy</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1698816#M53702</link>
    <description>&lt;P&gt;Hi Martin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, these are the drivers I am looking for. Mine seem to be modified from their original version and I don't want to speculate or start from a position where I use botched drivers. I have been able to see some drivers that I recognize in uVision from ARM by downloading the CMSIS-DFP Pack. But I can't access all of them there. Namely the CAN one. Could you please upload the version you have?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a shame these older drivers are not easy to find.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 17:21:49 GMT</pubDate>
    <dc:creator>stephendgb</dc:creator>
    <dc:date>2023-08-03T17:21:49Z</dc:date>
    <item>
      <title>LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1689693#M53511</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with a legacy code that has included some drivers for the LPC1519. Some of these drivers have been modified over the years as the programing method used has changed in style. All of these drivers mostly translate the new LPCOpen library by using the API and the defines associated with each peripheral to configure them. There is one peripheral however that is not present in the LPCOpen library, that is the CAN. The previous API/Drivers my code was using was referencing the same memory address that is defined for the base address of LPC_C_CAN0_BASE. The LPCOpen library does however include reference to the ROM based API for CAN. Even the Documentation (UM10736) references the peripheral and its register addresses. There are also example codes using this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this peripheral driver deprecated for any reason in particular? Should I be using the ROM based API? Can utilizing the same driver as the code was using before (given it's the same memory address) cause conflicts or unforeseen issues?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 18:53:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1689693#M53511</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-07-20T18:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1691655#M53556</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220540"&gt;@stephendgb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please tell me&amp;nbsp; what is the drivers you used before?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 01:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1691655#M53556</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-07-25T01:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1695247#M53636</link>
      <description>&lt;P&gt;Hi Alice,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Honestly, it's not clear to me where these drivers came from fully. However, the descriptor of the chip is a generated file name LPC15xx.h (included). On the top of this file, it mentions that it was created in 2012 using SFDGen. I belive these might be of CMSIS drivers on Keil that I could find but maybe an older version. I am not sure if it was copied over exactly from here.&lt;/P&gt;&lt;P&gt;The drivers/API for the peripherals are in the similar style as those of the LPCOpen in terms of functionality with some clear modifications that have been made by some previous developers that worked on this code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;SG&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 22:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1695247#M53636</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-07-28T22:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1695331#M53639</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Some Years ago (2017) I had the same problem, after test's using the ROM API with no sucess (I'm using FreeRTOS). I decided to update to the latest LPCOpen version (2.20?) and adding manually the CCAN driver from a older version (this older version seems to be no longer available for download!, I’m using MCUXpresso/LPCXpresso).&lt;/P&gt;&lt;P&gt;If You are interested in the ccan_15xx.c / ccan_15xx.h file's I can upload then.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 10:12:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1695331#M53639</guid>
      <dc:creator>MartinHo</dc:creator>
      <dc:date>2023-07-29T10:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1695682#M53649</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220540"&gt;@stephendgb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I'm not sure the legacy driver, recommend use CAN API under LPCopen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 08:22:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1695682#M53649</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-07-31T08:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1698816#M53702</link>
      <description>&lt;P&gt;Hi Martin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, these are the drivers I am looking for. Mine seem to be modified from their original version and I don't want to speculate or start from a position where I use botched drivers. I have been able to see some drivers that I recognize in uVision from ARM by downloading the CMSIS-DFP Pack. But I can't access all of them there. Namely the CAN one. Could you please upload the version you have?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a shame these older drivers are not easy to find.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 17:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1698816#M53702</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-08-03T17:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1699509#M53720</link>
      <description>&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;With no warranty, the drivers from NXP I'm using in my application.&lt;/P&gt;&lt;P&gt;I'm attaching the chip.h file as "reminder" that you have to define the Base Address for C_CAN0.&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 16:09:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1699509#M53720</guid>
      <dc:creator>MartinHo</dc:creator>
      <dc:date>2023-08-04T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1704514#M53844</link>
      <description>&lt;P&gt;Thank you Martin !!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 20:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1704514#M53844</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-08-14T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1519 CAN LPCOpen vs Legacy</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1704517#M53845</link>
      <description>&lt;P&gt;Hi Alice,&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are sort of the drivers I am looking for. But in the install directory and in the legacy folder the LPC15xx family is not covered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 20:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1519-CAN-LPCOpen-vs-Legacy/m-p/1704517#M53845</guid>
      <dc:creator>stephendgb</dc:creator>
      <dc:date>2023-08-14T20:17:34Z</dc:date>
    </item>
  </channel>
</rss>

