2016-08-05 02:56 AM
I wanted to try out the CubeMX. I'm a bit stuck with some time issues. In standard peripheral I used system_get_time();
What is the equivalent of this function in CubeMX?I found HAL_RCC_GetHCLKFreq(); that could be in my case, but it doesn't really work out for me, or at least I don't know what is the difference between them two. #cubemx #system_get_time2016-08-05 08:14 AM
In standard peripheral I used system_get_time();
Which SPL was that? HAL uses the SysTick with HAL_IncTick() to increment uwTick, which can be read using HAL_GetTick()