<?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 using USB Stack 4.1.1 with K20 120MHz in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318799#M14149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Perla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I am currently working on a custom board with K20 controller . I have also TWR-K70 with me but it doesn't have TWR-SER2 board, I have ordered it and it will be shipped to me in 9 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile I am trying to make the (\Freescale USB Stack v4.1.1\Source\Device\app\hid\keil_uv\kinetis_k60) example work with my custom board. I can't find TWR-k70 example for keil. and i am not so sure about the IAR code either because the USBHS_ISR is wrongly defined in its startup file as USBHS_IRQ which makes me think that it may have other mistakes also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a Nice Day&lt;/P&gt;&lt;P&gt;Waqas Ehsan Butt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 12:25:19 GMT</pubDate>
    <dc:creator>waqasbutt</dc:creator>
    <dc:date>2014-06-17T12:25:19Z</dc:date>
    <item>
      <title>Problem using USB Stack 4.1.1 with K20 120MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318797#M14147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USB Stack is not working with my k20P144M120SF3RM controller. I have used a ULPI with it and i need to use it for high speed communication. I am working on Keil uVision MDK-ARM 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PC reports enumeration failed if I connect my device with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the following observations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The interrupt routine for high Speed USBHS_ISR() only receives four kinds of interrupts (SOF,Reset,Suspend and Port Change).&lt;/P&gt;&lt;P&gt;2. The function USB_Desc_Get_Descriptor in usb_descriptor.c is never called.&lt;/P&gt;&lt;P&gt;3. No error is reported ever in the interrupt service routine.&lt;/P&gt;&lt;P&gt;4. My device successfully reads and writes to the ULPI Phy. I have checked it by writing the data to USBHS_ULPI_VIEWPORT first and then reading it. The data was correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;5. I can't identify if Timer_ISR is of any use or not as it is not referenced in the interrupt vector table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that for some reason i am missing the UI interrupt which may be causing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help me diagnose the problem. I have been stuck here for a long time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Waqas Butt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 13:36:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318797#M14147</guid>
      <dc:creator>waqasbutt</dc:creator>
      <dc:date>2014-06-13T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using USB Stack 4.1.1 with K20 120MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318798#M14148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Waqas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you ever tried with the TWR-SER2 and TWR-K70 examples (On Freescale USB Stack v4.1.1 installation folder)? these ones are the examples designed for high speed for ULPI communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to ask you if you are using a Freescale's board or if you are working with custom board?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a nice day,&lt;BR /&gt;Perla Moncada&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>Mon, 16 Jun 2014 20:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318798#M14148</guid>
      <dc:creator>perlam_i_au</dc:creator>
      <dc:date>2014-06-16T20:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using USB Stack 4.1.1 with K20 120MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318799#M14149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Perla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I am currently working on a custom board with K20 controller . I have also TWR-K70 with me but it doesn't have TWR-SER2 board, I have ordered it and it will be shipped to me in 9 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile I am trying to make the (\Freescale USB Stack v4.1.1\Source\Device\app\hid\keil_uv\kinetis_k60) example work with my custom board. I can't find TWR-k70 example for keil. and i am not so sure about the IAR code either because the USBHS_ISR is wrongly defined in its startup file as USBHS_IRQ which makes me think that it may have other mistakes also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a Nice Day&lt;/P&gt;&lt;P&gt;Waqas Ehsan Butt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:25:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-USB-Stack-4-1-1-with-K20-120MHz/m-p/318799#M14149</guid>
      <dc:creator>waqasbutt</dc:creator>
      <dc:date>2014-06-17T12:25:19Z</dc:date>
    </item>
  </channel>
</rss>

