<?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 Problem with K70 USB device connection on custom hardware ... in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294075#M11954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an custome hardware based on a Kinetis K70 uC. The USB device is connected to the D+ and D- signals of the USB interface using a mini USB connector (the traces go straight from the connector to the chip pins). The custom hardware is almost identical to the K70 tower hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can run most of the MQX example programs on this board but run into a problem regarding the USB CDC-ACM example. When I plug the USB cable into the board, the JTAG interface unit LEDs go dark and my debugger in uVision crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I double checked the connections, the lines are connected correctly. What I noticed is that the USB 5V input is not connected to VREGIN, instead it is connected to an GPIO for detecting a change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since connecting the USB seems so simple, what could be wrong? Dop I need to change the configuration since VREGIN is not conncted? Any advice is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 06:56:14 GMT</pubDate>
    <dc:creator>Baerchen</dc:creator>
    <dc:date>2014-03-12T06:56:14Z</dc:date>
    <item>
      <title>Problem with K70 USB device connection on custom hardware ...</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294075#M11954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an custome hardware based on a Kinetis K70 uC. The USB device is connected to the D+ and D- signals of the USB interface using a mini USB connector (the traces go straight from the connector to the chip pins). The custom hardware is almost identical to the K70 tower hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can run most of the MQX example programs on this board but run into a problem regarding the USB CDC-ACM example. When I plug the USB cable into the board, the JTAG interface unit LEDs go dark and my debugger in uVision crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I double checked the connections, the lines are connected correctly. What I noticed is that the USB 5V input is not connected to VREGIN, instead it is connected to an GPIO for detecting a change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since connecting the USB seems so simple, what could be wrong? Dop I need to change the configuration since VREGIN is not conncted? Any advice is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 06:56:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294075#M11954</guid>
      <dc:creator>Baerchen</dc:creator>
      <dc:date>2014-03-12T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with K70 USB device connection on custom hardware ...</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294076#M11955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the mcu is resetting, check the SRS registers to know the origin of the last reset source:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;RCM_SRS0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;RCM_SRS1&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 20:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294076#M11955</guid>
      <dc:creator>apanecatl</dc:creator>
      <dc:date>2014-03-18T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with K70 USB device connection on custom hardware ...</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294077#M11956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why would the CPU go through reset in this situation? I will try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My other question is, can the USB device interface work without having VREGIN connected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 07:52:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-K70-USB-device-connection-on-custom-hardware/m-p/294077#M11956</guid>
      <dc:creator>Baerchen</dc:creator>
      <dc:date>2014-03-21T07:52:23Z</dc:date>
    </item>
  </channel>
</rss>

