<?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>Kinetis Software Development KitのトピックRe: Porting K64 USB CDC VCOM example to custom project</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Porting-K64-USB-CDC-VCOM-example-to-custom-project/m-p/716925#M7623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only document we have is the MCUXpresso SDK USB Stack User's Guide, chapter 3 Porting to a new platform.&lt;/P&gt;&lt;P&gt;For your case, it is hard to guess what is the cause from your description.&lt;/P&gt;&lt;P&gt;If you copy the implementation of APPInit into your application, still get the undefined reference error, I would suggest you check the conditional compilation. Whether it is really included into your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 06:24:22 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2018-05-29T06:24:22Z</dc:date>
    <item>
      <title>Porting K64 USB CDC VCOM example to custom project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Porting-K64-USB-CDC-VCOM-example-to-custom-project/m-p/716924#M7622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some further guidance on how to achieve this, as I'm struggling to get everything linked together. I've tried to follow the guidance in the document&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;SDK_2.3.0_FRDM-K66F_doc\docs\usb\MCUXpresso SDK USB Stack User's Guide.pdf&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I've moved the calls to AppInit() and&amp;nbsp;APPTask() into my main function but the compiler is giving the errors&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;BR /&gt;undefined reference to `APPInit'&amp;nbsp;&lt;BR /&gt;undefined reference to `APPTask'&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I've added the function declarations to virtual_com.h and then added&amp;nbsp;#include "virtual_com.h" to my main source file so it should be able to see it.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;In the project settings I've ensured all the paths are included that were in the example project&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="eyebuildsettings.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35950i64FE037FA4CC743C/image-size/large?v=v2&amp;amp;px=999" role="button" title="eyebuildsettings.jpg" alt="eyebuildsettings.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Are there some other steps I need to do?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;kind regards&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 15:28:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Porting-K64-USB-CDC-VCOM-example-to-custom-project/m-p/716924#M7622</guid>
      <dc:creator>inorman</dc:creator>
      <dc:date>2018-05-23T15:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Porting K64 USB CDC VCOM example to custom project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Porting-K64-USB-CDC-VCOM-example-to-custom-project/m-p/716925#M7623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only document we have is the MCUXpresso SDK USB Stack User's Guide, chapter 3 Porting to a new platform.&lt;/P&gt;&lt;P&gt;For your case, it is hard to guess what is the cause from your description.&lt;/P&gt;&lt;P&gt;If you copy the implementation of APPInit into your application, still get the undefined reference error, I would suggest you check the conditional compilation. Whether it is really included into your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 06:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Porting-K64-USB-CDC-VCOM-example-to-custom-project/m-p/716925#M7623</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-05-29T06:24:22Z</dc:date>
    </item>
  </channel>
</rss>

