> I need to know the timing calculation very exactly. At the example > with the str the cycles, like described at the link, are: Just in case this is what you're doing: *In general* it is wise to avoid using software timing on cores like ARM. Although it's quite deterministic on the uncached variants, your code will break spectacularly and unfixably if you ever migrate to a higher-end part. -- Lewin A.R.W. Edwards Consulting - http://www.zws.com/ Personal - http://www.larwe.com/ Check out my books on embedded engineering! <http://www.amazon.com/exec/obidos/ASIN/0750676094/zws-20/> <http://www.amazon.com/exec/obidos/ASIN/0750677783/zws-20/>
Message
Re: [lpc2000] Re: Question about timing.
2004-12-01 by Lewin A.R.W. Edwards