<?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>Wireless MCUのトピックHow can I make my program running on CLEV6630B without consistently connected to LPC-LINK 2?</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1225404#M10702</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am playing around to see whether it is possible to transfer information between 2 CLEV6630B (i.e. NFC P2P communication). I have 2 CLEV6630B but I only have 1 LPC-LINK 2. I didn't find a way to run the program on CLEV6630B without LPC-LINK 2.&lt;/P&gt;&lt;P&gt;I can understand that when deploying the code to CLEV6630B, there is a need to run a middleware to transfer/decode my script into the target device. However, I cannot understand why there is any necessity to keep the link board all the time while the device is running. Is there any way that I can run my program on CLEV6630B without consistently connecting to an LPC-LINK 2 board?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;Haifeng.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 09:38:04 GMT</pubDate>
    <dc:creator>Haifeng</dc:creator>
    <dc:date>2021-02-03T09:38:04Z</dc:date>
    <item>
      <title>How can I make my program running on CLEV6630B without consistently connected to LPC-LINK 2?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1225404#M10702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am playing around to see whether it is possible to transfer information between 2 CLEV6630B (i.e. NFC P2P communication). I have 2 CLEV6630B but I only have 1 LPC-LINK 2. I didn't find a way to run the program on CLEV6630B without LPC-LINK 2.&lt;/P&gt;&lt;P&gt;I can understand that when deploying the code to CLEV6630B, there is a need to run a middleware to transfer/decode my script into the target device. However, I cannot understand why there is any necessity to keep the link board all the time while the device is running. Is there any way that I can run my program on CLEV6630B without consistently connecting to an LPC-LINK 2 board?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;Haifeng.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 09:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1225404#M10702</guid>
      <dc:creator>Haifeng</dc:creator>
      <dc:date>2021-02-03T09:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make my program running on CLEV6630B without consistently connected to LPC-LINK 2?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1226207#M10719</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/183066"&gt;@Haifeng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume you are using MCUXpresso IDE , then you may find the projects from NFC reader library contain Debug and Release version, the Release version can run standalone without connected to LPC-LINK 2 after the CLEV6630B programmed.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MCUXpresso debug-release.png" style="width: 709px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/136489iFCAD57795F1BAC3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="MCUXpresso debug-release.png" alt="MCUXpresso debug-release.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope that makes sense,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:17:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1226207#M10719</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-02-04T08:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make my program running on CLEV6630B without consistently connected to LPC-LINK 2?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1226748#M10724</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;That exactly solved my problem. Thanks a lot.&lt;/P&gt;&lt;P&gt;FYI, if there is anyone who finds this thread and builds the release version with the error said cannot find lpc_board_nxp_lpcxpresso_1769, you can try to build that project in the library before building your own project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Haifeng.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 02:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1226748#M10724</guid>
      <dc:creator>Haifeng</dc:creator>
      <dc:date>2021-02-05T02:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make my program running on CLEV6630B without consistently connected to LPC-LINK 2?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1228412#M10733</link>
      <description>&lt;P&gt;Hi Haifeng,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's great to know this issue got solved on your side! and Thanks for the sharing!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 02:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-make-my-program-running-on-CLEV6630B-without/m-p/1228412#M10733</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-02-09T02:46:47Z</dc:date>
    </item>
  </channel>
</rss>

