On Jun 20, 2008, at 3:16 AM, Carlos Gil Soriano wrote: > Hi, > > I am writing some code on T2 but I have some problems with busy > waiting. My purpose is to wait a few milliseconds exactly in the > same way as "uwait" worked in old T1. Don't wait that long with busywait. Use a timer instead. Phil