<?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: USB_ROM_CDC with C++ (11Uxx)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523183#M5819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Mon Jan 20 03:50:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know what 'Name Mangling' is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Fwhy-isnt-my-systickhandler-being-called-my-c-project" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/why-isnt-my-systickhandler-being-called-my-c-project&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:42:51 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:42:51Z</dc:date>
    <item>
      <title>USB_ROM_CDC with C++ (11Uxx)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523182#M5818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liaochengyi on Mon Jan 20 03:46:54 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the lpcopen_v2_03_lpcxpresso_nxp_lpcxpresso_11u37h usbd_rom_cdc code base,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and want to porting to C++ base.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it workable on C++ code base?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I can build finish and no error. but it is run abnormally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the debugger mode to check running code flow, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It only run the "USB_IRQHandler" just one time and never go into again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CYI&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523182#M5818</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: USB_ROM_CDC with C++ (11Uxx)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523183#M5819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Mon Jan 20 03:50:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know what 'Name Mangling' is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Fwhy-isnt-my-systickhandler-being-called-my-c-project" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/why-isnt-my-systickhandler-being-called-my-c-project&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:42:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523183#M5819</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: USB_ROM_CDC with C++ (11Uxx)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523184#M5820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liaochengyi on Mon Jan 20 22:15:10 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear R2D2 and NXP Sirs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CYI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:42:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-ROM-CDC-with-C-11Uxx/m-p/523184#M5820</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:42:51Z</dc:date>
    </item>
  </channel>
</rss>

