<?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: USB_Class_CDC_Init() in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400444#M1452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did #include usb_cdc.h, and then added the following lines to my Compiler Include Paths&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}/usb/usb_core/device/sources/classes/cdc"&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}/usb/usb_core/device/sources/classes/include/config"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second path resolves a dependency in usb_cdc.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added the following line to my Linker Library Search paths&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}\usb\usb_core\device\build\kds\usbd_sdk_frdmk64f_bm\debug\usb_core\device\sources\class_driver\cdc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above path is where I found usb_cdc.o.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course "PROJECT_KSDK_PATH" is defined to point to my KSDK install directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compile, I get the error "undefined reference to 'USB_Class_CDC_Init."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I Ctrl-Left-Click on USB_Class_CDC_Init() in my source code I am taken to the declaration in &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;usb_class_cdc.h, which as I mentioned earlier declares it as "extern."&amp;nbsp; The function seems to be defined in usb_cdc.c; but, usb_cdc.h does not expose it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Am I just heading in completely the wrong direction by trying to use fsl_usb_descriptors with a CDC class device?&amp;nbsp; Has anyone else done this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- Audi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2015 13:23:41 GMT</pubDate>
    <dc:creator>audi_mcavoy</dc:creator>
    <dc:date>2015-08-27T13:23:41Z</dc:date>
    <item>
      <title>USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400442#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I'll bite.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I need to include to use USB_Class_CDC_Init()?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new, bare metal, FRDM-K64F project.&amp;nbsp; I used KSDK 1.2 and PEx.&amp;nbsp; I added an fsl_usb_descriptors component, edited it, and Generated Processor Expert Files.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to call USB_Class_CDC_Init().&amp;nbsp; The only header file I can find that references it is usb_class_cdc.h, but it declares the function as extern.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;extern usb_status USB_Class_CDC_Init(...);&lt;/EM&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see that usb_cdc.c actually defines the function; but, usb_cdc.h does not expose it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I've already built the demo project, I have a usb_cdc.o available.&amp;nbsp; How do I tell my project to use it?&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 20:09:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400442#M1450</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-08-26T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400443#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Audi McAvoy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Did you add class driver CDC usb_cdc.c&amp;nbsp; and usb_cdc.h in your project? And add these file's path in your project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; After you include the usb_cdc.c and usb_cdc.h and it's in your project,&amp;nbsp; you just need to include the usb_cdc.h, then you can call function USB_Class_CDC_Init().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For detail usage, you can refer to the ksdk cdc project, which you can find it from path: C:\Freescale\KSDK_1.2.0\examples\frdmk64f\demo_apps\usb\device\cdc\virtual_com\bm\kds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:02:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400443#M1451</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-08-27T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400444#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did #include usb_cdc.h, and then added the following lines to my Compiler Include Paths&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}/usb/usb_core/device/sources/classes/cdc"&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}/usb/usb_core/device/sources/classes/include/config"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second path resolves a dependency in usb_cdc.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added the following line to my Linker Library Search paths&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}\usb\usb_core\device\build\kds\usbd_sdk_frdmk64f_bm\debug\usb_core\device\sources\class_driver\cdc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above path is where I found usb_cdc.o.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course "PROJECT_KSDK_PATH" is defined to point to my KSDK install directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compile, I get the error "undefined reference to 'USB_Class_CDC_Init."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I Ctrl-Left-Click on USB_Class_CDC_Init() in my source code I am taken to the declaration in &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;usb_class_cdc.h, which as I mentioned earlier declares it as "extern."&amp;nbsp; The function seems to be defined in usb_cdc.c; but, usb_cdc.h does not expose it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Am I just heading in completely the wrong direction by trying to use fsl_usb_descriptors with a CDC class device?&amp;nbsp; Has anyone else done this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- Audi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 13:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400444#M1452</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-08-27T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400445#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your error project, I need to check it.&lt;/P&gt;&lt;P&gt;Whether you call the correct items in USB_Class_CDC_Init.&lt;/P&gt;&lt;P&gt;Actually, use extern has no matter, it just mean the function in another file, I already do a small test, define a function then use extern function in the according head file.&lt;/P&gt;&lt;P&gt;After I add the .c file to the project, it doesn't matter.&lt;/P&gt;&lt;P&gt;So, please upload your project, I would like to help you to check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 09:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400445#M1453</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-08-28T09:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400446#M1454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not able to attach a file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can insert a picture. . .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54654iED76D877302A2058/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;. . .but I cannot attach a file.&amp;nbsp; I even tried drag/drop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&amp;nbsp; Is there another way I can send my project to you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 13:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400446#M1454</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-08-28T13:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400447#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1， enter the advanced editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52913i49A7FD5C2BB59BA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, in the advanced interface, you will find the attach, then you can attach your project&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52949i14F8D235D7C97AE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 08:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400447#M1455</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-08-31T08:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400448#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am starting to believe that you photoshopped your image just to tease me :smileyhappy:.&amp;nbsp; I honestly cannot find an option to enter the advanced editor mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried inserting my .zip file as an image; but, I got an error message saying the "image type is forbidden."&amp;nbsp; I tried renaming the extension to .tif and .bmp.&amp;nbsp; Both were also forbidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE TO JIVE -- Instead of making me (repeatedly) watch a file slowly upload only to tell me it's "forbidden" &lt;EM&gt;after&lt;/EM&gt; completion, how about telling me the type is forbidden &lt;EM&gt;before&lt;/EM&gt; uploading it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I have uploaded my file to Google Drive.&amp;nbsp; I'll leave it up there for a while, but other readers shouldn't be surprised if it's been deleted in a few months.&amp;nbsp; Here's the link. . . &lt;A href="https://drive.google.com/file/d/0B9_OuYjRgAakY0hkNW5naHNOMFk/view?usp=sharing" title="https://drive.google.com/file/d/0B9_OuYjRgAakY0hkNW5naHNOMFk/view?usp=sharing"&gt;usb_cdc_tst.zip - Google Drive&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 13:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400448#M1456</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-08-31T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400449#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Audi McAvoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I already help you check it, I find there are several problems in your project.&lt;/P&gt;&lt;P&gt;1. you didn't add the usb_cdc.c in your project, at least I didn't find it in your workspace folder.&lt;/P&gt;&lt;P&gt;2. usb_device_config.h problem, you didn't defined the USBCFG_DEG_CDC in this head file, it is still :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define USBCFG_DEV_CDC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(0)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should modify it to :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define USBCFG_DEV_CDC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(1)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't define it to 1, it will caused USB_Class_CDC_Init undefined,&amp;nbsp; you can read the&amp;nbsp; usb_cdc.c, only when&amp;nbsp; USBCFG_DEV_CDC is defined as 1, function USB_Class_CDC_Init can be defined.&lt;/P&gt;&lt;P&gt;This is the main problem why you always meet the error of undefined USB_Class_CDC_Init.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If still have the undefined function, just add the according head file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I help you modify your project, the undefined USB_Class_CDC_Init problem is solved,&amp;nbsp; I also attached it, you can check it.&lt;/P&gt;&lt;P&gt;Besides, I suggest you refer to the KSDK CDC project:&lt;SPAN style="color: #e23d39;"&gt;C:\Freescale\KSDK_1.2.0\examples\frdmk64f\demo_apps\usb\device\cdc\virtual_com\bm\kds&lt;/SPAN&gt;In this project, USBCFG_DEG_CDC is defined as 1 in usb_device_config.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact with me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400449#M1457</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-09-01T06:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400450#M1458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; #define USBCFG_DEV_CDC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah, ha.&amp;nbsp; Since my &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;usb_device_config.h was generated by PEx, I have a configuration problem.&amp;nbsp; &lt;/SPAN&gt;I will work on that first.&amp;nbsp; Then I will work on the dependencies problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note, I believe you attached a modified file to your last post.&amp;nbsp; However, it is not shown in my browser.&amp;nbsp; This is the second time since the Freescale Community hacks that I have not been able to see an attachment.&amp;nbsp; In my previous experience the original poster (also a Freescale employee) claimed that they could still see their attachment after I told them that I could not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a screen shot of your post in my Chrome browser. . .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52930iC0562CE561A371DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe you have a contact that you can report this to?&amp;nbsp; If so, please also tell them that I cannot enter the Advanced Editor or attach a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400450#M1458</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-09-01T13:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400451#M1459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I also tried the chrome browser, on my side, it also can see the attachment:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53018i5A50DCC5A25FA4F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try another browser, for example, firefox, IE?&lt;/P&gt;&lt;P&gt;I think this problem may caused by the browser associated with your CPU OS.&lt;/P&gt;&lt;P&gt;You can try another computer, and enter in the community with Chrome browser or other browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 01:16:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400451#M1459</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-09-02T01:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400452#M1460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestions.&amp;nbsp; I logged in using Firefox on a completely different computer (same OS though, 64-bit Win7), and I still cannot see your attachment.&amp;nbsp; It looks the same as my Chrome browser screen shot above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point I have to assume it's a limitation placed on my account.&amp;nbsp; Do you know who I should contact to look into this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 20:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400452#M1460</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-09-16T20:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: USB_Class_CDC_Init()</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400453#M1461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Audi McAvoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I already help you to report your attachment problem to our community administrator, she will help you to check, so please wait patiently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 01:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Class-CDC-Init/m-p/400453#M1461</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-09-17T01:39:47Z</dc:date>
    </item>
  </channel>
</rss>

