<?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: Problem in USB interface in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-in-USB-interface/m-p/318494#M14121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusup Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is a problem in the way you have your configuration for the standalone functionality, please make a test in order to be sure that this is not the problem. Exclude from the code all the calls to the printf function you have in your project, I mean put in comments those calls and if a call to printf is in an if statement change the printf for a asm("nop"); to ensure this statement is being executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tests is to check if your code is dependent to the Multilink interface. Try to do the same you did to test both interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 15:26:54 GMT</pubDate>
    <dc:creator>adriancano</dc:creator>
    <dc:date>2014-07-14T15:26:54Z</dc:date>
    <item>
      <title>Problem in USB interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-in-USB-interface/m-p/318493#M14120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MKL46Z256VLL4 micro controller for my thermal printer project.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Specifications of printer card:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;• Main controller – MKL46Z256VLL4&lt;/LI&gt;&lt;LI&gt;• Supporting chipsets&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;– DRV8834&lt;/LI&gt;&lt;LI&gt;– TLV70233&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;• External connectivity Interfaces&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;– Universal Asynchronous Receiver/Transmitter (UART)&lt;/LI&gt;&lt;LI&gt;– Universal Serial Bus (USB)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;UART interface:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;After flashing printer program, the uart interface detected as COM PORT in device manager and I have removed p&amp;amp;e micro usb multilink and uart interface. Then I reconnected uart interface only, it is also detecting as COM PORT. Also I can able to send data to printer through UART.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="; color: red; text-decoration: underline;"&gt;&lt;STRONG&gt;Problem in USB interface:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;After flashing printer program, the usb interface detected as COM PORT in device manager. Then I have removed p&amp;amp;e micro usb multilink and usb interface. Then I reconnected usb interface only, but it is showing usb device not recognized. After connecting p&amp;amp;e micro usb multilink with that, then only it is detecting as COM PORT. So whenever I am using usb interface for printer always p&amp;amp;e micro usb multilink also has to be connect.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Can anyone help me after flashing program without p&amp;amp;e micro usb multilink, how I should send data to printer through USB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 12:30:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-in-USB-interface/m-p/318493#M14120</guid>
      <dc:creator>yusupkhan</dc:creator>
      <dc:date>2014-07-10T12:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in USB interface</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-in-USB-interface/m-p/318494#M14121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusup Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is a problem in the way you have your configuration for the standalone functionality, please make a test in order to be sure that this is not the problem. Exclude from the code all the calls to the printf function you have in your project, I mean put in comments those calls and if a call to printf is in an if statement change the printf for a asm("nop"); to ensure this statement is being executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tests is to check if your code is dependent to the Multilink interface. Try to do the same you did to test both interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 15:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-in-USB-interface/m-p/318494#M14121</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-07-14T15:26:54Z</dc:date>
    </item>
  </channel>
</rss>

