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