HAL_GetTick() doesn't works in examples provided for BL072Z LoRa board
Hi, i am using the BL072Z board and in the ADC examples with interrupts the HAL_GetTick() function doesn't works, it returns 0 , also in the examples of LoRa like the called "end_node" happens the same, now i have built a project with cubemx and HAL_GetTick() works but not as it use to works with other boards like the stm32f411 , in that board i did not need to put the HAL_GetTick() inside the while loop (because is fired by an interrupt) but in the BL072Z LoRa board is necessary to put that function inside the loop, why?