Do we have support for rtc subsecond calculation in zephyr. #53428
Unanswered
VinayShirol-eaton
asked this question in
Q&A
Replies: 2 comments
-
Hi , I was able to read the subsecond register by adding this line of code , [uint32_t subsecond = READ_REG(RTC->SSR);] Do we have any api's in zephyr to read the subsecond register? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not right now. There is #35333, #23526, and #52618 but not merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working with stm32_U5 series board. This board has internal rtc and it also have the subsecond support.
Does zephyr provide internal rtc support?
If yes, How can I achieve the subsecond support through the zephyr api? Could you please suggest me some example/sample code for this.
Beta Was this translation helpful? Give feedback.
All reactions