Skip to content
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

Provide an example how to use rtic RTC in non-atsamd2X targets #533

Open
uzytkownik opened this issue Oct 26, 2021 · 4 comments
Open

Provide an example how to use rtic RTC in non-atsamd2X targets #533

uzytkownik opened this issue Oct 26, 2021 · 4 comments

Comments

@uzytkownik
Copy link

Currently the only example using non-atdamd2X targets is wio_terminal which has a hardcoded 1024 Hz rtc clock while Monotonic instance for RTC is hardcoded for 32 kHz.

@henrikssn
Copy link
Contributor

I think it would be a reasonable extension to implement RTIC's Monotonic for Rtc<ClockMode>, but it would require somebody to invest the effort.

@Sympatron
Copy link
Contributor

I would wait until RTIC's Monotonic rework is done. See rtic-rs/rtic-monotonic#3.

@bradleyharden
Copy link
Contributor

RTIC is now at v1.0, so I think it's safe to implement it

@TDHolmes
Copy link
Contributor

@uzytkownik did you have a chip in mind you wanted an example for? atsamd1x or atsamd5x?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants