> Any ideas what I can do to investigate?<br /><br />Add a delay after each printf ... <br /><br />The serial console buffer gets filled faster than it empties and it leads to a panic() condition because there is no more buffer space.<br /><br /><br />Cheers,<br /><br />    Sylvain