This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to read the time

Hi,

Does anyone know how can I get time stamp with RL-ARM? Is there a convenient API to get a time? I searched the examples and googled but came up with nothing.

Thanks.

Parents
  • Thank you so much. I came across some document RL-ARM is using SysTick, but I still cannot find any API that is exposed to user to tap on it. I will continue to work on that lead.

    For your information, I found the stm32f103x_rtc.h and stm32f103x_rtc.c and it looks promising to work on my own timer.

Reply
  • Thank you so much. I came across some document RL-ARM is using SysTick, but I still cannot find any API that is exposed to user to tap on it. I will continue to work on that lead.

    For your information, I found the stm32f103x_rtc.h and stm32f103x_rtc.c and it looks promising to work on my own timer.

Children