I'm thinking about using Timer B for frequency measurement from analog comparator output.
page 245 21.3.3.1.4 Input Capture Frequency Measurement Mode
But, timer B doesn't seem to have the ability to generate an interrupt on overflow.
Should I expect it to simply wrap if the time between edges is too long to fit in the 16 bit register? Or, maybe just stop at the MAX value?
Thanks!