341 questions with Azure RTOS tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

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 RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,274 questions
asked 2022-01-26T05:51:41.897+00:00
yoji sato 281 Reputation points
commented 2022-05-17T05:30:43.017+00:00
yoji sato 281 Reputation points
1 answer

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 IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
599 questions
Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
Azure IoT Plug and Play
Azure IoT Plug and Play
A Microsoft technology based on an open modeling language that enables developers to connect internet of things (IoT) devices to the cloud without having to write any code.
20 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,274 questions
asked 2022-04-19T04:39:47.847+00:00
Karim Walid Abdelazim Elhammady 16 Reputation points
commented 2022-05-14T21:41:04.173+00:00
risolis 8,741 Reputation points
0 answers

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-29T12:27:24.037+00:00
Byron Dong 1 Reputation point
commented 2022-05-13T14:49:27.277+00:00
António Sérgio Azevedo 7,671 Reputation points Microsoft Employee Moderator
2 answers One of the answers was accepted by the question author.

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
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-28T08:27:37.187+00:00
Morgan Venandy 26 Reputation points
accepted 2022-05-13T14:48:05.733+00:00
Morgan Venandy 26 Reputation points
3 answers One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2021-12-06T16:17:22.613+00:00
Timothy Fields 21 Reputation points
commented 2022-05-05T16:30:45.317+00:00
Scott Azure RTOS 4,051 Reputation points
1 answer

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-29T10:03:12.44+00:00
SEMEGA Maryata 1 Reputation point
answered 2022-04-29T17:00:52.737+00:00
Scott Azure RTOS 4,051 Reputation points
1 answer

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-26T16:09:31.84+00:00
James Merkle 6 Reputation points
answered 2022-04-28T10:56:53.253+00:00
António Sérgio Azevedo 7,671 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-27T21:01:17.11+00:00
Sulav Lal Shrestha 361 Reputation points
accepted 2022-04-27T22:16:35.707+00:00
Sulav Lal Shrestha 361 Reputation points
3 answers

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-29T23:36:12.433+00:00
Dominik Jadczak 1 Reputation point
answered 2022-04-22T03:04:45.017+00:00
Bo Chen 596 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-07T08:52:40.243+00:00
@Mra 21 Reputation points
commented 2022-04-20T16:12:38.19+00:00
Ken Maxwell 706 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-29T13:43:59.323+00:00
Licio MAPELLI 51 Reputation points
accepted 2022-04-19T06:54:57.727+00:00
Licio MAPELLI 51 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-06T09:03:04.113+00:00
adita 41 Reputation points
commented 2022-04-13T08:48:18.01+00:00
adita 41 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-02T09:27:20.697+00:00
Michael Lee 41 Reputation points
accepted 2022-04-06T04:33:01.99+00:00
Michael Lee 41 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-03T04:07:06.36+00:00
fei 46 Reputation points
accepted 2022-04-06T01:35:35.01+00:00
fei 46 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-22T07:56:23.863+00:00
xin zhang 31 Reputation points
commented 2022-04-01T16:01:14.533+00:00
Scott Azure RTOS 4,051 Reputation points
2 answers One of the answers was accepted by the question author.

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 RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
228 questions
asked 2022-03-24T11:40:26.38+00:00
MartinQ 21 Reputation points
accepted 2022-03-29T02:59:29.41+00:00
MartinQ 21 Reputation points
2 answers One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-07T16:01:11.51+00:00
HugPeter-9392 246 Reputation points
accepted 2022-03-28T08:01:38.1+00:00
HugPeter-9392 246 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-21T07:27:53.6+00:00
HugPeter-9392 246 Reputation points
accepted 2022-03-24T06:48:29.51+00:00
HugPeter-9392 246 Reputation points
1 answer One of the answers was accepted by the question author.

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 RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-14T07:04:34.51+00:00
HugPeter-9392 246 Reputation points
accepted 2022-03-21T07:07:03.847+00:00
HugPeter-9392 246 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-03-03T12:48:27.447+00:00
DisplayName 31 Reputation points
accepted 2022-03-18T16:31:31.107+00:00
DisplayName 31 Reputation points