2016-05-08 09:15 PM
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 #stm32f42016-05-12 01:07 AM
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.