12-13-2020 08:47 AM
Solved! Go to Solution.
12-14-2020 08:43 AM
12-14-2020 08:58 AM
Thank you for your reply.
I notice that your timestamp,system_current_time =(int64_t)(HAL_GetTick()*1000);HAL_GetTick() What is the delay time of return?
12-14-2020 09:02 AM
Hi Sir:
I am sorry that I didn't get your points.
Did you use a incorrect timestamp?
12-14-2020 09:33 AM
Sorry!Maybe I didn't make it clear.Now I used a 1ms Timer,Accumulate the time counter x in interrupt,then system_current_time =(x*1000);