ST provides several X-CUBE source packages for STM32 on st.com with STM32CubeIDE project files. This article explains how to open them in STM32CubeIDE.
If you use a 4G modem that provides its own TCP-IP stack you may have a look at Netxduo compilation flag NX_ENABLE_TCPIP_OFFLOAD. See:
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/chapter3.md#tcpip-offload
of course you h...
Both X-CUBE-AZURE packages are made with Azure RTOS and Netxduo so it would be difficult to port to FreeRTOS.
I don't have much experience with Azure SDK middleware for FreeRTOS.
The 3 boards you mention don't have the same network interface as your...
Hello
Did you look at Microsoft documentation to connect to their Azure IoT Hub ?
Microsoft provides C SDKs to connect to azure iot hub:
Azure IoT device and service SDKs - Azure IoT | Microsoft Learn (you need the "device" SDK)
There are 2 SDKs: "Az...
@TonyRuan wrote:
4. Compiling with the option [ARM Compiler: Use default compiler version 5] results in an unusually very slow compilation time.
On MDK-ARM compiler 5 , it is the generation of code browsing information that takes time. To disable i...