Hi,
 I had posted a query regarding hanging of u-boot when a return is made from a standalone application.

 Does this have anything to do with the size of the standalone application?. Should i specify that somewhere?.

 Is there a maximum size of an App.


 hello_world example works fine for me. However when i do the return from my custom standalone application, u-boot hangs.

 This behaviour happens 7 out of 10 times. (Sometimes, it works well, most times it doesnt).

 Do we need to do something "Special" before returning back?.

 Please do advice.

 All im doing is

  while (!tstc())
                ;
  ch = getc ( );
  printf ("Returning\n") ;

  return (0) ;



Regards,
 sriram