<?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 MicrocontrollersのトピックRe: Don't enumerate USB CDC VCOM with a new project</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1221299#M59441</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180637"&gt;@itr1718&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great job - congratulations on getting your code working.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep us updated as to your progress!&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 14:51:45 GMT</pubDate>
    <dc:creator>myke_predko</dc:creator>
    <dc:date>2021-01-26T14:51:45Z</dc:date>
    <item>
      <title>Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220495#M59422</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with KL27 MCU and KDS and try to apply USB CDC demo project on my own project.&lt;/P&gt;&lt;P&gt;USB VCOM is recognised with the example project. But if I apply it similary to my project with copied files, it is not enumerated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I upload also my project.&lt;/P&gt;&lt;P&gt;Can someone check which mistakes there are or what I should do for it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and have a good day.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 21:18:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220495#M59422</guid>
      <dc:creator>itr1718</dc:creator>
      <dc:date>2021-01-25T21:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220657#M59425</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180637"&gt;@itr1718&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First off, can I make the comment that asking for people to look over a project and find your mistakes is a big ask and somewhat unreasonable?&amp;nbsp; Very few people here have the time to go through a mass of files looking for a problem and nobody is paid to do it.&amp;nbsp;&amp;nbsp;If you're going to post code and ask people to review, I suggest that you keep it to less than 40 lines so that all of it basically fits in one screen for easy review.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, I've done what you're trying to do (get the CDC demo working in my project) a number of times.&amp;nbsp; I would suggest that you look at your clocking and how you set it up - when I went to the current SDK with MCUXpresso, I had a lot of issues with clocking (the clock wizard requires a very good understanding of the clock circuitry and patience as you need to hit buttons repeatedly),&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get things working initially, I copied the "clock_config.*" files from the demo into my project.&amp;nbsp; I &lt;STRONG&gt;DO NOT&lt;/STRONG&gt; recommend that you do this blindly but it may be a way of move the ball forwards - you didn't say which platform you're getting the demo files from and what exactly is the platform you're working with (You should explain clocking on both platforms).&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you feel clocking is good, post a screen shot of the clock wizard for your project so that it can be reviewed here (looking at block diagram isn't too big an ask).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how frustrating it can be to get USB CDC working.&lt;/P&gt;&lt;P&gt;Good luck and let us know how you are doing,&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 15:46:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220657#M59425</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-01-25T15:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220739#M59427</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I agree with Myke that there is a bit of a problem with the present "open Source" mentality of I expect everything to be available, everything to be open, everything to be free and I expect others to do my work for me if something goes wrong. Many a hobby developer dreams about turning their hobby into a living but at the same time despises anyone who actually may request a financial contribution for their sometimes many hours of work during the helping process.&lt;/P&gt;&lt;P&gt;If one day I can find open source dentists and doctors and bakers so that actually earning a few bucks a day to get by in the world becomes superfluous I would also be happy to fall in to that mode of helping out 100% of the time.&lt;/P&gt;&lt;P&gt;USB debugging (the SDK code is spread over many files so it is easy to get completely lost) is however certainly a big ask.&lt;/P&gt;&lt;P&gt;I would suggest using &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt; since it works with KDS on KL27 (and most other processors), has bullet proof USB-CDC and also a KL27 + USB simulator which tells you if anything is wrong (including clocking) and tests the complete process -meaning that no project time is lost and no others need to give up their Sundays searching for bugs in a haystack (over and over again) each time the SDK stack breaks or is broken by the implementer.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 17:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220739#M59427</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-01-25T17:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220837#M59430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/58763"&gt;@myke_predko&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your replying.&lt;/P&gt;&lt;P&gt;First of all, I agree that my attitude was wrong and that no one has much time for the whole project. I had to ask briefly without whole project, but also clearly. I apologize about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used a example for FRDM-KL43Z. I didn't concern clock. I will check it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again and if I get it successfully, let you know.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 21:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220837#M59430</guid>
      <dc:creator>itr1718</dc:creator>
      <dc:date>2021-01-25T21:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220839#M59431</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180637"&gt;@itr1718&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No worries - keep us up to date as to your progress.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your target is the K27, could I suggest that you look at the code for the&amp;nbsp;&lt;A href="https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-kl17-and-kl27-mcus:FRDM-KL27Z" target="_blank" rel="noopener"&gt;FRDM-KL27Z&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remember to look at your clocks.&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 21:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220839#M59431</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-01-25T21:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220844#M59432</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The KL43 and KL27 are quite different in a number ways so you will need to reference the correct package if using SDK since they make a set for each rather than using a generic solution .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 22:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1220844#M59432</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-01-25T22:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1221202#M59439</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/58763"&gt;@myke_predko&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed clock_config from FRDM-KL27Z example and i&lt;SPAN&gt;t works finally.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;My PC recognize the virtual com port.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought that FRDM-KL43Z is compatible with MKL27Z256xxx4. Because the SDK for MKL27Z256xxx4 has also examples for FRDM-KL43Z.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FRDM-KL27Z has mcu KL27Z64. The mcu is perhaps more compatible with MKL27Z256.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you again and have a nice day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;itr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 10:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1221202#M59439</guid>
      <dc:creator>itr1718</dc:creator>
      <dc:date>2021-01-26T10:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Don't enumerate USB CDC VCOM with a new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1221299#M59441</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180637"&gt;@itr1718&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great job - congratulations on getting your code working.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep us updated as to your progress!&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 14:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Don-t-enumerate-USB-CDC-VCOM-with-a-new-project/m-p/1221299#M59441</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-01-26T14:51:45Z</dc:date>
    </item>
  </channel>
</rss>

