<?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: USB on COM mode with MK60F12</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1234136#M59699</link>
    <description>&lt;P&gt;I have installed the MDK of my microcontroller family, and I have updated all the libraries that I need. I will try to search more information about this on the official site of KEIL as your recommend me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 06:15:35 GMT</pubDate>
    <dc:creator>javierrobledo</dc:creator>
    <dc:date>2021-02-22T06:15:35Z</dc:date>
    <item>
      <title>USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1232849#M59666</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;I have an active and operational project working with MK60F12, bur now I want to implement an USB port to perform serial communications in a similiar way to UART (with USB COM I would not have to have all wiring).&lt;/P&gt;&lt;P&gt;I have the USB port soldered to my development board, but I can't find information on how to implement the necessary code, enable necessary microncontroller pins, etc.&lt;/P&gt;&lt;P&gt;The only information that I have found is:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.keil.com/pack/doc/mw/USB/html/dev_cdc_tutorial.html" target="_blank"&gt;https://www.keil.com/pack/doc/mw/USB/html/dev_cdc_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have on my possesion the following files:&lt;/P&gt;&lt;P&gt;- VirtualCOM.c&lt;/P&gt;&lt;P&gt;- USBD_User_CDC_ACM_UART_0.c and .h&lt;/P&gt;&lt;P&gt;- USBD_Config_CDC_0.h&lt;/P&gt;&lt;P&gt;But I don't know if it will work for the MK60F12 or is it exportable to my project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 12:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1232849#M59666</guid>
      <dc:creator>javierrobledo</dc:creator>
      <dc:date>2021-02-18T12:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1232938#M59668</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/183609"&gt;@javierrobledo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you working wtih Keil or the NXP SDKs or ???&amp;nbsp; That isn't clear in your post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's the SDK, then look at the cdc com demo projects available for your device - it's fairly simple to adapt them to your project but you will have to make sure your clocking is correct.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1232938#M59668</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-02-18T15:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1233344#M59681</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;&lt;/P&gt;&lt;P&gt;I am using KIEL (uVision 5).&lt;/P&gt;&lt;P&gt;I have done the modifications on my board to include de microUSB connector, but my question is how can I implement the communication on my project that let me use USB as a COM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 06:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1233344#M59681</guid>
      <dc:creator>javierrobledo</dc:creator>
      <dc:date>2021-02-19T06:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1233712#M59691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/183609"&gt;@javierrobledo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you installed the Keil MDK (&lt;A href="http://www.microdigitaled.com/ARM/Freescale_ARM/Tutorial/Keil_v5_FRDM_KL25Z_install.pdf" target="_blank" rel="noopener"&gt;Keil Microcontroller Development Kit Version 5&lt;/A&gt;&amp;nbsp;- this is for the FRDM-KL25Z but the process should be the same for the K60)?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that has example USB projects you can work with.&amp;nbsp; I don't know how much MDK support you can get here (I don't have any MDK experience, my expertise is in the NXP SDK and KSDK and I suspect most people here are similar) - I suggest that you go to&amp;nbsp;&lt;A href="https://www.keil.com/support/" target="_blank" rel="noopener"&gt;Keil Product Support &lt;/A&gt;&amp;nbsp;with your question.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;myke&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:03:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1233712#M59691</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-02-19T15:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1233842#M59692</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There is also Keil K60F USB-VCOM included at &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Code is compatible with Keil uVision, IAR, KDS and MCUXpresso and so globally supported.&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>Fri, 19 Feb 2021 20:06:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1233842#M59692</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-02-19T20:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1234136#M59699</link>
      <description>&lt;P&gt;I have installed the MDK of my microcontroller family, and I have updated all the libraries that I need. I will try to search more information about this on the official site of KEIL as your recommend me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 06:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1234136#M59699</guid>
      <dc:creator>javierrobledo</dc:creator>
      <dc:date>2021-02-22T06:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: USB on COM mode with MK60F12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1234137#M59700</link>
      <description>&lt;P&gt;Oh, that is look pretty good. I am going to take a look on it. I will post here again when I have a solution.&lt;/P&gt;&lt;P&gt;Thank you for the link &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 06:16:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-on-COM-mode-with-MK60F12/m-p/1234137#M59700</guid>
      <dc:creator>javierrobledo</dc:creator>
      <dc:date>2021-02-22T06:16:50Z</dc:date>
    </item>
  </channel>
</rss>

