Question
HAL_InitTick substituted for LoRa
Posted on June 14, 2018 at 18:54
Hello,
i see that in the CUBE for lorawan, the HAL_InitTick function has been rewritten, with a simple return and does nothing, replacing the standard in the HAL_drivers, so the timeout function of every other HAL don't work due the HAL_GetTick function that don't work.
What can i do to reintroduce the possibility of reading Ticks without break everything, and why this has been deactivated?
Thanks in Advance
#lora