I am trying to implement an example of sending data from B-L4S5I-IOT01A board sensors to Azure IoT Central via telemetry to Stm32CubeIDE and I almost succeeded but I have a problem with Systick because there are no interrupts from Systick in the Wifi initialization function. I tried to change the Systick to a different timer like TIM6 but that only made things worse. I tried to add Wifi initialization before AzureRTOS initialization and in tx_thread_entry but I also have the same problem. Anyone else have any ideas or would like to debug the code?
Link to the example from which I am copying: https://github.com/azure-rtos/getting-started/tree/master/STMicroelectronics/B-L4S5I-IOT01A
Link to my not working project: https://github.com/jadczakoff/Azure_IoT_Problem_Systick


