Hal_gettick equivalent in LL
I almost migrated all my code from Hal to LL and I am really happy for the execution improvent and better size footprint of the code.
However, I can not find a way to make/get a equivalent function as hal_gettick provide me. Usually I use state machine and I control the execution time with a elapsed time from times tick.
Is there a equivalent code in LL, or there is a way to make my own implementation. At the moment I am only generating Hal for RCC in order to no disable the HAL library :D :D