Hi,
it seems that the "HAL_InitTick" is not setup successfully.
please take the file here as a reference how to redefine "HAL_InitTick" :
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Hi,
it seems that the "HAL_InitTick" is not setup successfully.
please take the file here as a reference how to redefine "HAL_InitTick" :
@Wen Wang
I can't find this file nx_azure_iot_pnp_helpers.h
Do you have any idea where is it?
Hi @Dominik Jadczak , looks the user guide you linked is out of date, we will update it. PnP feature is already integrated into IoT Hub, we do not need pnp helper functions, you can refer to following samples for PnP.
Sample IoT Plug and Play Thermostat
Sample IoT Plug and Play Temperature Controller