GetTick() in LL Driver
Hello,
Normally we use HAL_GetTick() in HAL driver.
I want to use GetTick() in STM32 LL driver.
How to get and use GetTick() in STM32 LL driver?
Hello,
Normally we use HAL_GetTick() in HAL driver.
I want to use GetTick() in STM32 LL driver.
How to get and use GetTick() in STM32 LL driver?
You can use both HAL and LL together in a project.

via: https://www.st.com/en/embedded-software/stm32cubef4.html#documentation
Or you could just look at how HAL_GetTick() works (the source is provided), and implement that yourself ...
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.