Hi,<br> I had posted a query regarding hanging of u-boot when a return is made from a standalone application.<br><br> Does this have anything to do with the size of the standalone application?. Should i specify that somewhere?.
<br><br> Is there a maximum size of an App.<br><br><br> hello_world example works fine for me. However when i do the return from my custom standalone application, u-boot hangs.<br><br> This behaviour happens 7 out of 10 times. (Sometimes, it works well, most times it doesnt).
<br><br> Do we need to do something "Special" before returning back?.<br><br> Please do advice.<br><br> All im doing is<br><br> while (!tstc())<br> ;<br> ch = getc ( );<br> printf ("Returning\n") ;
<br><br> return (0) ;<br><br><br><br>Regards,<br> sriram