<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LPC1788 problem with USB host</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/30062/lpc1788-problem-with-usb-host</link><description> 
Hello. 
My CPU is LPC1788. 
I have code like this: 

 
void TestFunc(void)
{
 if(finit (&amp;quot;U0:&amp;quot;) == 0)
 {
 while(1)
 {
 usbh_engine_all();
 if(usbh_msc_status(0, 0))
 {
 .
 .
 .
 }

 if(Exit)
 break;
 }
 funinit(&amp;quot;U0:&amp;quot;)
 }
}
 

 
First calling of TestFunc</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: LPC1788 problem with USB host</title><link>https://community.arm.com/thread/61669?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2013 15:27:43 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:5f67fbd6-1e46-4e04-b34a-7a8064cc9a6b</guid><dc:creator>hgh hgh</dc:creator><description>&lt;p&gt;&lt;p&gt;
Can any one send me a working template ,&lt;br /&gt;
I&amp;#39;m stuck at this point of my project ,&lt;br /&gt;
thanks in advance&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>