Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!hplabs!hpcc05!hpbbn!hpbbi4!stefan From: stefan@hpbbi4.BBN.HP.COM (#Stefan Bachert) Newsgroups: comp.sys.atari.st.tech Subject: Re: Reading the timer Message-ID: <7120005@hpbbi4.BBN.HP.COM> Date: 12 Dec 90 08:38:00 GMT References: <17750001@hpgnd.grenoble.hp.com> Organization: Hewlett-Packard GmbH Lines: 23 / hpbbi4:comp.sys.atari.st.tech / alex@hpgnd.grenoble.hp.com (Alexis MERMET-GRANDFILLES) / 10:54 am Dec 10, 1990 / > > 1) > Does anybody know if there is a way ( should I say official ? ) > to read the system time of the 520STE that will give a result > more precise than 2 seconds intervals. > > The Bios or Xbios call GetTime() only returns hours,minutes, and > seconds divided by 2 ( ie from 0 to 30 ). > > I need something much more precise than that. Any idea? No, there is no more precise date/timer which return hour,minutes,seconds. But you can the 200Hz Timer (=5ms) to measure small durations. There is a long value at address 1210 which is being incremented 200 times per second since system boot. (counting 5ms ticks). You must be in super mode to read this value. Maybe this will help you Stefan