Quote Originally Posted by Lesiok View Post
What is the frequency of reading a single register ?
Frequency ranges from a second to a minute. Most of 'em are batched together. So I club 'em. So if you club all coming from same instrument(read port using x protocol), and use one single timer, the number of timers decrease.
But given the implementation of timers, separate timers for all will only save me some function over-heads at best. All instructions inside functions are best optimized by objects themselves by keeping the state up to date. But I am not sure.