<?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 Android in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-with-Android/m-p/518897#M2904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by khl7608 on Tue Apr 30 20:11:12 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;o:OfficeDocumentSettings&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;o:AllowPNG/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/o:OfficeDocumentSettings&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm working on a project designing and developing an Android accessory with LPC1769. I used the Embedded Artists’ AOAA Kit board and had success with it. Now I need to build my own device with several similar components from the AOAA kit. So I recently got the LPC1769 LPCXpresso board and quick-tested with USB communications. This is where I am having troubles now.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm using the Embedded Artists' AndroidAccessory codes along with nxpUSBlib library. Debugging showed that the microcontroller detects my Nexus 7 when plugged in, but enumerating was not successful. I'm not sure why but I think maybe there is something wrong with the hardware? I am using the same resistors and capacitors as with the AOAA kit (15k pull-down resistors, 33 ohm resistors on data lines, etc)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can someone help me solving this issue?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know if you need anything else.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;EDIT: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Okay, the error codes from during debugging are:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Dev Enum Error&lt;BR /&gt;&amp;nbsp;-- Error Code 3 (HOST_ENUMERROR_ControlError)&lt;BR /&gt;&amp;nbsp;-- Sub Error Code 2 (HOST_SENDCONTROL_PipeError)&lt;BR /&gt;&amp;nbsp;-- In State 268435880&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Looks like the issue is with the pipeline? I'm not sure how to fix it? Does anyone know how to solve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:37:03 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:37:03Z</dc:date>
    <item>
      <title>Problem with Android</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-with-Android/m-p/518897#M2904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by khl7608 on Tue Apr 30 20:11:12 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;o:OfficeDocumentSettings&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;o:AllowPNG/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/o:OfficeDocumentSettings&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm working on a project designing and developing an Android accessory with LPC1769. I used the Embedded Artists’ AOAA Kit board and had success with it. Now I need to build my own device with several similar components from the AOAA kit. So I recently got the LPC1769 LPCXpresso board and quick-tested with USB communications. This is where I am having troubles now.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm using the Embedded Artists' AndroidAccessory codes along with nxpUSBlib library. Debugging showed that the microcontroller detects my Nexus 7 when plugged in, but enumerating was not successful. I'm not sure why but I think maybe there is something wrong with the hardware? I am using the same resistors and capacitors as with the AOAA kit (15k pull-down resistors, 33 ohm resistors on data lines, etc)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can someone help me solving this issue?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know if you need anything else.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;EDIT: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Okay, the error codes from during debugging are:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Dev Enum Error&lt;BR /&gt;&amp;nbsp;-- Error Code 3 (HOST_ENUMERROR_ControlError)&lt;BR /&gt;&amp;nbsp;-- Sub Error Code 2 (HOST_SENDCONTROL_PipeError)&lt;BR /&gt;&amp;nbsp;-- In State 268435880&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Looks like the issue is with the pipeline? I'm not sure how to fix it? Does anyone know how to solve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-with-Android/m-p/518897#M2904</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Android</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-with-Android/m-p/1199655#M43267</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting same problem as like you .can you please help me to find out this problem.share your experience suggestions on this .&lt;/P&gt;&lt;P&gt;thanks.&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-with-LPC-4088-Pendrive-configuration/td-p/1199354" target="_self"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/USB-Host-with-LPC-4088-Pendrive-configuration/td-p/1199354&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 12:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-with-Android/m-p/1199655#M43267</guid>
      <dc:creator>kshirsagaravina</dc:creator>
      <dc:date>2020-12-15T12:38:28Z</dc:date>
    </item>
  </channel>
</rss>

