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

Consider adding a time keeping device #56

Open
bridadan opened this issue Jun 29, 2017 · 3 comments
Open

Consider adding a time keeping device #56

bridadan opened this issue Jun 29, 2017 · 3 comments

Comments

@bridadan
Copy link
Contributor

In mbed OS testing, we currently struggle to have a trusted time keeping source to compare the hardware timers. We have been using the host PC as the trusted time source, but it isn't a real time system so the time can skew significantly by the time it is communicated with the device.

If we could have something like an RTC or a 555 timer circuit as a trusted time source, it would allow us to more accurately measure time and compare it with the device-reported time.

@0xc0170
Copy link
Collaborator

0xc0170 commented Jun 29, 2017

We got RTC in HAL, would that be sufficient? Or you are proposing to have external RTC module, that we would compare against?

@bridadan
Copy link
Contributor Author

@0xc0170 yeah, something that we can trust with an externally versioned RTC library/implementation.

Also, not all boards have an RTC, but all boards do have timers that would be nice to verify!

@BlackstoneEngineering
Copy link
Contributor

Will take this into consideration for the next major revision of hardware! Thanks for the feedback! Will keep you in the loop going forward.

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

No branches or pull requests

3 participants