-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External input for the timer1 to generate an interrupt when the counter reaches the maximum #38
Comments
Note: Atmega328 |
I have found some codes (I need to test at 500kHz):
Sources: |
D3 at 232khz!!!
|
Note: It worked well with about 450khz (I do not have 500khz at the moment) |
I would like to make a frequency meter for up to 500khz (or more if possible), I would like to try via external input for the timer1 (16 bits, should give a 7 restarts). It seems that it is possible to generate an interrupt when the counter reaches the maximum (when it should restart the count).
I've been looking at the source code, but it seems like there's no such kind of setup, do you have any examples?
Thank you.
The text was updated successfully, but these errors were encountered: