zeke 692 Posted March 8, 2011 What is the theoretical maximum timer period that an msp430 can generate? Can it do 12 hours? How about 24 hours? Quote Share this post Link to post Share on other sites
bluehash 1,578 Posted March 8, 2011 Not the timer, but you can count the no. of ticks to get a time out. eg. count a 1 second timer 65536 times gives you 65536/60/60 = ~18t hours 2 zeke and jsolarski reacted to this Quote Share this post Link to post Share on other sites
zeke 692 Posted March 8, 2011 Oh Right! Just count the ticks, not the counter itself! :oops: Thanks # Quote Share this post Link to post Share on other sites