<?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: NXP USB lib with c++ code in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524505#M7141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Thu Jan 02 04:00:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;anybody have some advice to help me??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and happy new year&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:48:55 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:48:55Z</dc:date>
    <item>
      <title>NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524499#M7135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Mon Nov 04 05:56:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to use NXP Usb lib but it seems that it couldn't work in a c++ project. Indeed when I try to include "usb.h" in my "main.cpp" file, the compilation process fails. Its work only if my project use a C99 code generation option (--gnu --c99). But in this case, I have to rewrite my code since I have functions that have been overloaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any solution or I need to change&amp;nbsp; my code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524499#M7135</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524500#M7136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Mon Nov 04 07:13:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As you have not told us which error you are getting, it is very difficult to know what you have done wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, one likely problem is that you have not used extern "C"{} around the header files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If you are using the OLD NXP USB Lib, this is no longer supported. You should be using LPCOpen instead, which does correctly define header files for use with C++.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is not your problem, please describe the problem exactly and include any error messages.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524500#M7136</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524501#M7137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Mon Nov 04 07:26:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So to answer your questoins :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - I use nxpUSBlib v0.98b with Keil µVision &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- about errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Endianness.h(397): error:&amp;nbsp; #130: expected a "{"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Endianness.h(426): error:&amp;nbsp; #130: expected a "{"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Endianness.h(461): error:&amp;nbsp; #130: expected a "{"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Endianness.h(464): warning:&amp;nbsp; #12-D: parsing restarts here after previous syntax error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(243): error:&amp;nbsp; #130: expected a "{"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(259): error:&amp;nbsp; #77-D: this declaration has no storage class or type specifier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(260): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(309): error:&amp;nbsp; #77-D: this declaration has no storage class or type specifier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(309): error:&amp;nbsp; #247: variable "PRAGMA_ALWAYS_INLINE" has already been defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(310): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(337): error:&amp;nbsp; #77-D: this declaration has no storage class or type specifier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(337): error:&amp;nbsp; #247: variable "PRAGMA_ALWAYS_INLINE" has already been defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(338): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(363): error:&amp;nbsp; #77-D: this declaration has no storage class or type specifier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(363): error:&amp;nbsp; #247: variable "PRAGMA_ALWAYS_INLINE" has already been defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(364): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(386): error:&amp;nbsp; #77-D: this declaration has no storage class or type specifier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(386): error:&amp;nbsp; #247: variable "PRAGMA_ALWAYS_INLINE" has already been defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Common\Common.h(387): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(249): error:&amp;nbsp; #260-D: explicit type is missing ("int" assumed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(249): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(255): warning:&amp;nbsp; #12-D: parsing restarts here after previous syntax error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(266): error:&amp;nbsp; #84: invalid combination of type specifiers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(272): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(283): error:&amp;nbsp; #84: invalid combination of type specifiers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(285): error:&amp;nbsp; #20: identifier "USB_Descriptor_Header_t" is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(323): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(334): error:&amp;nbsp; #84: invalid combination of type specifiers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(373): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(382): error:&amp;nbsp; #84: invalid combination of type specifiers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(384): error:&amp;nbsp; #20: identifier "USB_Descriptor_Header_t" is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XXXXXX\LPC1768\Libraries\LPCUSBLib\Drivers\USB\Core\StdDescriptors.h(396): error:&amp;nbsp; #65: expected a ";"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after a few investigations, it appears that for versionning purpose, a macro ATTR_WARN_UNUSED_RESULT is use. But in my case it is no t define because of the preprocessor test :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#if (__GNUC__ &amp;gt;= 3) || defined(__DOXYGEN__)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so the versioning header contains error due to this macro which is not defined (in my case)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524501#M7137</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524502#M7138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Mon Nov 04 07:58:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said, NXPUSBlib is no longer supported. Suggest you switch to LPCOpen for your target.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524502#M7138</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524503#M7139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Tue Nov 05 01:59:25 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK thanks you for your reply. I will try and keep you informed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524503#M7139</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524504#M7140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Tue Nov 05 03:25:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have donloaded an dintegrated LPCopen lib USB in my code but unfortunatly I have the same erros as previously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - I have compiled lib_lpcusblib_17xx_40xx project successfully&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - I have added the lib file in my project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 - I have included the usb.h file in my main.cpp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 - I have defined the following symbols : __LPC175X_6X__ and USB_DEVICE_ONLY in my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have noted that if I use --gnu --cpp command the error disappears but other errors appears (missing includes that i have tried to add but following this way looks very strange.....)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524504#M7140</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524505#M7141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Thu Jan 02 04:00:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;anybody have some advice to help me??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and happy new year&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524505#M7141</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524506#M7142</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 Tue Jan 21 23:30:10 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also work on NXP c to c++..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try the follow step:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. GPIO LED workable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. import USB lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. extern "C" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. make sure the main clock and usb clock is work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The warp in c++ to call c function is useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524506#M7142</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB lib with c++ code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524507#M7143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noirim on Wed Jan 22 00:44:55 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;According to NXP, the USB lib already contains declaration that allows using it in c++ code (extern C that you have mentionned). I have verify and in all declaration #if de __cplusplus is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue for me is that for an obscur reason, some declaration in usb.h is not "correctly handled" when I compile the code. It seems to be compatibility declaration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example from when I includes USB.H code :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first error occurs in "endianness.h" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;static inline uint16_t SwapEndian_16(const uint16_t Word) ATTR_WARN_UNUSED_RESULT ATTR_CONST;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;static inline uint16_t SwapEndian_16(const uint16_t Word)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this type of declaration is supposed, if i'm right, to manage ascending compatibility of the software.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand why you mentionned "clock" at the end. For now I didn't manage to build my software so for now I have no clock issue because no execution is possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-USB-lib-with-c-code/m-p/524507#M7143</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:48:56Z</dc:date>
    </item>
  </channel>
</rss>

