<?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>topic LPC-Link2   missing the LS driver for both debug and release configruations in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1382189#M47274</link>
    <description>&lt;P&gt;We were trying to get the release build to run for a custom&amp;nbsp; LPC11U68&amp;nbsp; PCB.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Previously, the debug configuration ran fine.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; We tried to make a release version.&amp;nbsp; In that process, the LS driver for the Link2 got deleted or lost.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Now the debug configuration does not run either.&lt;/P&gt;&lt;P&gt;I don't see anything in the make files that relates to the Link2 to put the driver&amp;nbsp; back,&lt;/P&gt;&lt;P&gt;How do I proceed?&lt;/P&gt;&lt;P&gt;jDrum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 22:06:55 GMT</pubDate>
    <dc:creator>jDrum</dc:creator>
    <dc:date>2021-12-06T22:06:55Z</dc:date>
    <item>
      <title>LPC-Link2   missing the LS driver for both debug and release configruations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1382189#M47274</link>
      <description>&lt;P&gt;We were trying to get the release build to run for a custom&amp;nbsp; LPC11U68&amp;nbsp; PCB.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Previously, the debug configuration ran fine.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; We tried to make a release version.&amp;nbsp; In that process, the LS driver for the Link2 got deleted or lost.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Now the debug configuration does not run either.&lt;/P&gt;&lt;P&gt;I don't see anything in the make files that relates to the Link2 to put the driver&amp;nbsp; back,&lt;/P&gt;&lt;P&gt;How do I proceed?&lt;/P&gt;&lt;P&gt;jDrum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 22:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1382189#M47274</guid>
      <dc:creator>jDrum</dc:creator>
      <dc:date>2021-12-06T22:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC-Link2   missing the LS driver for both debug and release configruations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1383217#M47306</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Please create a new project under a new workspace. check if connection works for this one?&lt;/P&gt;
&lt;P&gt;If still fail connection, run your project in ISP mode. How does this work?&lt;/P&gt;
&lt;P&gt;If neither of above can solve the problem, update your LPC Link2 firmware with Jlink interface. try if Jlink connection works for your board?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcscrypt-v2-1-2:LPCSCRYPT" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcscrypt-v2-1-2:LPCSCRYPT&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 07:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1383217#M47306</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-12-08T07:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC-Link2   missing the LS driver for both debug and release configruations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1383446#M47318</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13026"&gt;@ZhangJennie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the suggestions.&amp;nbsp; We will try the ISP mode.&lt;/P&gt;&lt;P&gt;We solved the problem.&amp;nbsp; There were two main issues.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; There were two XML&amp;nbsp; .project files in our&amp;nbsp; project.&amp;nbsp; This led to a very long project because every time we did an export the entire project was copied to the previous debug folder.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We cleaned the project outside of the IDE.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; During our tries to make a release launch the LPC11U68 chip locked up and no longer oscillates.&amp;nbsp; A second PCB works OK.&lt;/P&gt;&lt;P&gt;We are trying to get the bad chip to come alive by using FlashMagic, but will probably replace the chip.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; The Release launch needs the chip and the board projects to be also recompiled in release mode.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; The LS link server file is added to the project during a successful launch.&lt;/P&gt;&lt;P&gt;jDrum&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 13:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-Link2-missing-the-LS-driver-for-both-debug-and-release/m-p/1383446#M47318</guid>
      <dc:creator>jDrum</dc:creator>
      <dc:date>2021-12-08T13:27:45Z</dc:date>
    </item>
  </channel>
</rss>

