> It would be nice for FTSP to provide a rollover bit so that the > applications know that the time has wrapped around since the last the > time was read. Why would you want that? In a 32-bit global time you can regard the highest bit as a rollover indicator, whenever that value has changed from 1 to 0 then you have a rollover. Miklos