Tick timer problem in STM32CubeExpansion_LRWAN_V1.2.0 firmware.
Hello!I have problem with Tick functions in this firmware."HAL_GetTick()" function always returns value 0.Also some functions that use timeout doesn't exit on timeout situation because they count on "HAL_GetTick()".Could somebody help me to start Tic...