-
Notifications
You must be signed in to change notification settings - Fork 51
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
EA Timers #544
Comments
:( Bit of a problem as I need those timers. I'm just going to park this unless anyone requests further testing, and redesign around an ATMega4809 part, which fortunately, I can do. |
vs
OOOFFF!!! did they cut the TCA1 and TCBs? If so, that was omne of the most appea;omg things about them. |
A couple of timer related issues (not sure if I should open two issues here, or not)
1] We don't seem to have an option for using the RTC for millis(). Unclear if this is a deliberate omission, as we obviously have an RTC, and other parts have used this.
2] ioavr64ea32.h [and likely others] don't define TCA1 or TCB3. This is Microchip supplied, I guess, but maybe in need of a patch. I downloaded the latest, but it still seems to be broken. What's the usual way to handle this? Without the #defines you can't use the timers as a millis() source.
The text was updated successfully, but these errors were encountered: