<?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: Share PLU schematic</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1622947#M52053</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For example, I implemented a mux function, I mean that you can just copy the code in red circle to another project, if the logic you implemented is the same for different project based on the LPC55xx.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1679971134513.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216495iDE2F7ABEBD4BC478/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1679971134513.png" alt="xiangjun_rong_0-1679971134513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 02:41:00 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2023-03-28T02:41:00Z</dc:date>
    <item>
      <title>Share PLU schematic</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1621561#M52013</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Im using MCUXpresso IDE v11.7.0 [Build 9198] [2023-01-17] and I developed a project, based on LPC5526 cpu, in which I used schematic tool to design PLU logic.&lt;/P&gt;&lt;P&gt;Now I want to reuse the same schematic and the same logic in another project based on LPC55xx processor family.&lt;/P&gt;&lt;P&gt;Is it possible to 'export' only the schematic and 'import' it in another project ?&lt;/P&gt;&lt;P&gt;thank you very much for your help and cooperation&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 09:17:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1621561#M52013</guid>
      <dc:creator>_Ferrari_</dc:creator>
      <dc:date>2023-03-24T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Share PLU schematic</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1621614#M52015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you have developed the schematics input in the PLU Config tools and generate the C code which writes the PLU registers.&lt;/P&gt;
&lt;P&gt;If the logic is the same, you can copy the C code directly and use it in another project for the same LPC55xx, the logic PLU has implemented will be the same.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:44:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1621614#M52015</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-03-24T10:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Share PLU schematic</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1622697#M52050</link>
      <description>&lt;P&gt;Thank you for your email.&lt;/P&gt;&lt;P&gt;you wrote:&lt;/P&gt;&lt;P&gt;&amp;gt;suppose that you have developed the schematics input in the PLU Config tools&lt;/P&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&amp;gt;and generate the C code which writes the PLU registers.&lt;/P&gt;&lt;P&gt;Yes. What is the file name generrated by the tool ?&lt;/P&gt;&lt;P&gt;&amp;gt;If the logic is the same, you can copy the C code directly and use it in another project for the sam LPC55xx, the logic PLU has implemented will be the same.&lt;/P&gt;&lt;P&gt;It means that if I simply copy the genrated 'C' source file in the new project automatically the tool makes a kind of reverse engineering and recreate the schematic ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you very much for your help and cooperation&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 14:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1622697#M52050</guid>
      <dc:creator>_Ferrari_</dc:creator>
      <dc:date>2023-03-27T14:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Share PLU schematic</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1622947#M52053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For example, I implemented a mux function, I mean that you can just copy the code in red circle to another project, if the logic you implemented is the same for different project based on the LPC55xx.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1679971134513.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216495iDE2F7ABEBD4BC478/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1679971134513.png" alt="xiangjun_rong_0-1679971134513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 02:41:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Share-PLU-schematic/m-p/1622947#M52053</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-03-28T02:41:00Z</dc:date>
    </item>
  </channel>
</rss>

