<?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: code example of LPC802 in C++</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725901#M29345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/converse"&gt;converse&lt;/A&gt;‌ as the Atmel device was of 32kb, so customer is agreeing to use LPC804 (32kb) device. we have two option either we can use c++ code in our LPC804 and integrate c++files and header or we can have converter those c++ files and header to c and use it with LPCXpresso.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Kamil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 06:14:26 GMT</pubDate>
    <dc:creator>mohammad_kamil</dc:creator>
    <dc:date>2018-05-29T06:14:26Z</dc:date>
    <item>
      <title>code example of LPC802 in C++</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725898#M29342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;BR /&gt;Does any one have any code example of LPC802 in C++? if possible please share.&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Kamil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 10:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725898#M29342</guid>
      <dc:creator>mohammad_kamil</dc:creator>
      <dc:date>2018-05-28T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: code example of LPC802 in C++</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725899#M29343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With only 16k of flash, you are going to struggle to get much of a C++ application running on a LPC802, unless you use a very small set of C++ features - basically, don't use anything bu the very simplest library calls, no templates, (standard) I/O etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might find this tutorial useful:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.embeddedrelated.com/showarticle/101.php" title="https://www.embeddedrelated.com/showarticle/101.php"&gt;C++ on microcontrollers 1 - introduction, and an output pin class - Wouter van Ooijen&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part 2 shows using C++ on an LPC1114 which has 32k of flash, but a similar Cortex-M0 controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 11:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725899#M29343</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2018-05-28T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: code example of LPC802 in C++</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725900#M29344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/converse"&gt;converse&lt;/A&gt;‌, Thanks for your quick reply, yes as per customer they want to use very small code with some library such TOTP ( using hmackey) , it seems he has this library (in cpp) used in atmel device, now they want to use our device and wanted to port this library in LPC.&lt;/P&gt;&lt;P&gt;I have asked them to use "New project" from LPCXpresso and use C++ code option and then add this library. but it seems it is giving lots of compilation error. so they need our help have C++ code example and add this library and compile, rest he will develop his code on top of that.&lt;/P&gt;&lt;P&gt;Customer has shared *.Cpp and *.h file of TOTP library. let me know if you want to look into it. As i never used C++ so i have&amp;nbsp; very little idea of how to resolve those error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;kami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 03:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725900#M29344</guid>
      <dc:creator>mohammad_kamil</dc:creator>
      <dc:date>2018-05-29T03:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: code example of LPC802 in C++</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725901#M29345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/converse"&gt;converse&lt;/A&gt;‌ as the Atmel device was of 32kb, so customer is agreeing to use LPC804 (32kb) device. we have two option either we can use c++ code in our LPC804 and integrate c++files and header or we can have converter those c++ files and header to c and use it with LPCXpresso.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Kamil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 06:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725901#M29345</guid>
      <dc:creator>mohammad_kamil</dc:creator>
      <dc:date>2018-05-29T06:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: code example of LPC802 in C++</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725902#M29346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it compiled and ran on a 32kb Atmel device, it should be OK on the LPC804 device, given similar functionality - no need to convert to C. I can't look at your source code, but if you tell me what the errors are, I may be able to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 13:48:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725902#M29346</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2018-05-29T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: code example of LPC802 in C++</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725903#M29347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/converse"&gt;converse&lt;/A&gt;‌ there are lots absurd error it is throwing. let me work on it to reduce number of error to few then it will be easy to share those error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 06:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/code-example-of-LPC802-in-C/m-p/725903#M29347</guid>
      <dc:creator>mohammad_kamil</dc:creator>
      <dc:date>2018-05-30T06:09:13Z</dc:date>
    </item>
  </channel>
</rss>

