cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the TimeStamp betterway in ms in STM32F4

darla14
Senior
Posted on May 09, 2016 at 06:15

How can we get the timestamp information in a better way in ms - using systick configured @1ms and calling HAL_GetTick() to get the time in ms or using RTC?

#systick #priority #!stm32f4-!stm32f401-!rtc #stm32f4
10 REPLIES 10
Posted on May 12, 2016 at 10:07

In cases where you actually need a longer time line, or the periodicity of your observed events exceeds this 49-50 day window, then you are going to have to use wider variables, or separate out the milliseond and second counts in a way that facilitates your goals.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..