Does time management in the Azure RTOS IoT HUB sample cause a Year 2038 problem?
Currently, we are evaluating the communication with IoT HUB of Azure with AzureRTOS by referring to the following sample project. Azure_RTOS_6.1_Renesas_RX65N_RSK_2MB_e2studio_CCRX_Sample_2021_11_19.zip sample_azure_iot_embedded_sdk In the…
Azure RTOS
Azure IoT Hub
Connection Reset when using iot_hub_client (IoT Plug and Play)
Hello, I am using the SAMV71Q19B board to connect to the IoT hub using the iot_hub_client (https://github.com/azure-rtos/netxduo/blob/master/addons/azure_iot/docs/azure_rtos_iot_hub_client.md). I am connecting to the hub through an IoT edge device.…
Azure IoT Edge
Azure RTOS
Azure IoT Plug and Play
Azure IoT Hub

Azure RTOS NetX multicast send failed
Hi guys I want to implement a UDP Multicast send under STM32 STM32H7 ThreadX+NetX. Basis. UDP, TCP communication on H7 works fine. Multicast Group on PC works fine. Question. using H7 Netx UDP to send data to this 244.3.30.56: 10000 IP…
Azure RTOS

how to disable/enable in C code?
Hi, I would to know how to change status disable/enable of a button in C code to change his pixelmap. Thanks. Best Regards
Azure RTOS
Azure RTOs Threadx Module example running on Cortex M7
I am trying to get the Threadx Module "Example Build" to run on my hardware which is a Cortex-M7 (STM32H753) using IAR tools. The provided example runs in the simulator, but when I modify the memory locations to try to get it to work on my…
Azure RTOS
Looking for file tx_port.h for xilinx zynq 7000 SMP
Hello, I'm looking for the file tx_port.h for Cortex-A9/Xilinx in mode SMP. I already found this file for Xilinx cortex-A9 but in Asymetric Multiprocessing now i'm looking for the Symetric Multiprocessing one for a project. Thank you !
Azure RTOS
SNTP Client thread has highest "tx_thread_run_count" in the system. It this appropriate?
Using ThreadX and NetXDuo, along with SNTP Client, ver 6.1 (nxd_sntp_client.c). I have TX_THREAD_ENABLE_PERFORMANCE_INFO defined for my ThreadX build, such that each thread maintains counters When examining the system / ThreadX threads, specifically…
Azure Internet of Things
Azure RTOS

Redefining TX_TIMER_TICKS_PER_SECOND to 1microsecond
Hello, I want to get timestamps whenever an interrupt fires. I am using sntp client to sync the time and tx_time_get() function to calculate the number of ticks since last sync. As per the default configuration in threadx, TX_TIMER_TICKS_PER_SECOND…
Azure RTOS
SysTick problem in Stm32 with AzureRTOS
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…
Azure RTOS

GUIX sample code with I2C interface for NXP Controller
I am using NXP S32K148 controller. on the board i also have UG-2864KSWLG01 display IC. I use NXP to communicate with the Display. the display is 128 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller. I wanted to use Azure GUIX for…
Azure RTOS
NetX Duo FTP client packet pool
Hello, when calling nx_ftp_client_file_read(&ftp_client, &my_packet, 5*NX_IP_PERIODIC_RATE); the packet returned is allways from the IP packet pool despite the FTP client was created passing as argument its own packet pool: …
Azure RTOS
How to be notified each time a thread is executed?
Hi, how can I be notified when a thread in ready state starts to be executed without modifying pre-certified code of Azure RTOS ThreadX? I've defined TX_THREAD_STATE_CHANGE in tx_port.h but it is not enough as it doesn't exist a TX_EXECUTING state, I…
Azure RTOS
Looking for Threadx project on S32R274 (PowerPC)
I noticed that the overview of Azure RTOS is mentions support for NXP's PowerPC processors, and I now have an evaluation board for the S32R274 . Now I want to try to run AzureRTOS on the evaluation board. I wonder if the AzureRTOS team has a similar…
Azure RTOS
How to calculate stack usage in threadx WIN32?
In Threadx Win32 environment, tx_thread_stack_ptr and tx_thread_stack_highest_ptr(with TX_ENABLE_STACK_CHECKING enabled) are not updated during task scheduling, so how to calculate the task stack usage? Thanks!
Azure RTOS
Looking for ThreadX project examples running on Intel Stratix 10 Dev kit
Hello, I tried to port ThreadX on the ARM Cortex-A53 (HPS of Stratix 10 SoC) in single mode. I was not able to run the example. Is there any example projects or a guide what kind of changes to the the sample_threadx projects do I need to make, to get…
Azure RTOS
Restore lost connection to IoT Hub with embedded SDK
We are using nx_azure_iot_hub_client_connect to connect to our IOT Hub. Is there any option in the embedded SDK for an automatic reconnect (in case the connection is lost)? Or is there any sample that shows best practice to check the connection and…
Azure RTOS
Azure IoT SDK
ThreadX scheduling overhead
Hello I was asked to quantify how many CPU cycles are required for scheduling. I'm going to do an initial development for a series of devices. Could someone guide me to a place where I can find the number of CPU cycles to do the following: Preempt…
Azure RTOS
Build Module without resident code
Hello I wonder if it is possible to build a module without access to the source code of the resident firmware. We think about a core (resident firmware) that contains ThreadX, device drivers, protocol stacks, services, etc. The application logic…
Azure RTOS
Websocket secured by TLS 1.3 in ThreadX
Hello I have seen that ThreadX/NetXDuo/NetXSecure support TLS 1.3. See: https://learn.microsoft.com/en-us/azure/rtos/netx-duo/netx-secure-tls/chapter1 I want to ask if ThreadX does also support Websocket clients that get secured by TLS 1.3. …
Azure RTOS
Azure LevelX maximum supported Nand page size
Hello, I currently write my custom Nand driver to connect with LevelX. I would like to know please what is the maximum Nand page size that can support LeveX. Is it possible to use memory page size greater than 2048 bytes ? Moreover does LevelX…