<?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 Re: lpcxpresso / c plus plus in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534873#M4328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Mon Feb 07 06:25:02 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Imagine this is a name mangling issue with the systick interrupt handler and you need to add an [FONT=Courier New][SIZE=2]extern "C"[/SIZE][/FONT]...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://en.wikipedia.org/wiki/Name_mangling#Handling_of_C_symbols_when_linking_from_C.2B.2B&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 03:00:33 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T03:00:33Z</dc:date>
    <item>
      <title>lpcxpresso / c plus plus</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534872#M4327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bobi-one on Mon Feb 07 05:52:30 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to do the blinky program with c plus plus over the Red suite IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After the C++ wizard i just add (gpio.c(renamed to .cpp), gpio.h) and copy the systick function from the c example. The code compiles with no errors. But after upload to the board , the LED doesn't blink. I am quite a noob at programming, and I really don't understand the core of the&amp;nbsp; languages. If someone can hint me what to do or read how to learn to do cpp programs with the lpc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 03:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534872#M4327</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T03:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: lpcxpresso / c plus plus</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534873#M4328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Mon Feb 07 06:25:02 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Imagine this is a name mangling issue with the systick interrupt handler and you need to add an [FONT=Courier New][SIZE=2]extern "C"[/SIZE][/FONT]...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://en.wikipedia.org/wiki/Name_mangling#Handling_of_C_symbols_when_linking_from_C.2B.2B&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 03:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534873#M4328</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T03:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: lpcxpresso / c plus plus</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534874#M4329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bobi-one on Mon Feb 07 07:13:21 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;extern "C"
void SysTick_Handler(void) {
&amp;nbsp; msTicks++;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* increment counter necessary in Delay() */
}&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt; and everything is SUPER now &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt; thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I need to learn how to figure out when and where to put extern 'C' in my development process&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 03:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/lpcxpresso-c-plus-plus/m-p/534874#M4329</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T03:00:34Z</dc:date>
    </item>
  </channel>
</rss>

