334 questions with Azure RTOS tags

Sort by: Updated
0 answers

ThreadX NetXDuo https client post request problem(NX_SECURE_TLS_UNSUPPORTED_TLS_VERSION 0x110)

I'm currently working on sending an HTTPS POST request using NetX Duo. However, I encounter a TLS-related error during the process. i am using cloudflare CA cert(CA works ok i did mqtts). #define NX_SECURE_TLS_UNSUPPORTED_TLS_VERSION 0x110 /* An…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-12-18T14:43:22.2833333+00:00
Uğur Tümer 0 Reputation points
edited the question 2024-12-18T14:44:54.51+00:00
Uğur Tümer 0 Reputation points
1 answer

azure rtos cdc-ecm example

hello microsoft :) we have the stm32-f746 disco board and we trying to have an operating cdc_ecm host on the mcu side , using the azure rtos usbx, we did not find any example for usb cdc_ecm host using the stm32 devices . is there any…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2022-11-23T12:02:07.347+00:00
מנור מויאל 1 Reputation point
edited a comment 2024-12-10T01:51:45.2233333+00:00
rtripathi 0 Reputation points
3 answers

monti-accelera-sulla-riforma-del-lavoro.html

<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Título de la página</title> </head> <body> <p>DEFINITIVAMENTE EL DOCUMENTO…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
634 questions
asked 2022-11-29T07:03:22.42+00:00
w3org4-2796 1 Reputation point
edited the question 2024-12-09T11:29:54.59+00:00
simo-k 1,350 Reputation points
1 answer

How can I obtain certification reports for Azure RTOS ThreadX for IEC-61508, IEC-62304, ISO 26262, and EN 50128?

Azure RTOS ThreadX has been certified by SGS-TUV Saar for use in safety-critical systems according to IEC-61508 SIL 4, IEC-62304 SW Safety Class C, ISO 26262 ASIL D, and EN 50128. I require access to the certification reports for these standards. How can…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-11-05T11:01:31.37+00:00
Muhammed Sina Söğüt 0 Reputation points
answered 2024-11-05T13:03:05.49+00:00
Sedat SALMAN 14,145 Reputation points MVP
0 answers

Threadx Module debug with jtag

Hello When the ThreadX module manager loads a module in binary form(not elf form) through the function _txm_module_manager_in_place_load, the binary does not carry any debugging information. Is there a way to debug the module through…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-10-30T01:49:32.55+00:00
ymzhangbc 0 Reputation points
1 answer

[Azure RTOS Thread X version 6.1.9] _nx_secure_x509_pkcs1_rsa_private_key_parse returns NX_SECURE_PKCS1_INVALID_PRIVATE_KEY error

I am using an STM32H735 board with Azure RTOS (ThreadX version 6.1.9). I am trying to connect the board to an Azure IoT Hub Device configured with x.509 self-signed authentication type. I have created the X.509 self-signed certificate using openssl and…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,222 questions
asked 2024-08-29T03:11:35.2866667+00:00
Grant Hatamosa 5 Reputation points
commented 2024-08-29T08:27:20.0433333+00:00
Sander van de Velde | MVP 33,951 Reputation points MVP
0 answers

Azure RTOS NetxDuo mDNS domain set issue

Hello,  My issue is related to:- Middleware: Azure RTOS Middleware Component: NetxDuo (6.2.0) Addon: mDNS MCU: STM32H733 I am using Azure RTOS with NetxDuo, I implemented a secure https server in my device and implemented mDNS which was working very well…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-07-24T13:25:26.18+00:00
Fahar Intesar 0 Reputation points
0 answers

threadX port RISCV-64 compatible with netx ?

Hello, I have ported threadX for a RISCV-64 architecture. It seems in tx_port.h that ULONG is set to 8 bytes. However, I think netX has been designed to support ULONG as only 4 bytes. Can you confirm ? Best regards

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-06-26T14:23:49.34+00:00
Alexandre Bruliau 30 Reputation points
0 answers

In fx_media_format() function, what should be the value of sector_size parameter?

In filex function fx_media_format(), sector_size if one of the arguments. Does this sector_size represent flash device sector size or logical sector size as in in LX_NOR_SECTOR_SIZE which is always 512 bytes or 128 ULONG words?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-06-24T05:53:17.39+00:00
Vinay 40 Reputation points
0 answers

How can I send queries from multiple clients to an Azure RTOS NetX TCP/IP server application with the same IP and port using an STM32H5 series MCU?

In my project, I have a TCP/IP server application running. My main problem is that only one client can connect to the same IP and port at the same time. My project requirement is that multiple clients should be able to send queries to the same IP and…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-06-23T15:29:39.1966667+00:00
Eren Akyol 0 Reputation points
1 answer

stm32h563 Azure RTOS Netx Multihome Support

Hello, I have created and executed a TCP server project with Azure NetX library using Ethernet. Additionally, I need multihome support in this project. I want multiple clients to connect to a device with a single IP. Can you assist me with this? status =…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-02-01T08:30:24.62+00:00
Eren Akyol 0 Reputation points
answered 2024-06-23T15:22:27.4166667+00:00
Eren Akyol 0 Reputation points
2 answers

Connect to Amazon IoT using NetXDuo

Hi, I'm testing the connection to cloud services using MQTT. Successfully connected to Azure IoT Hub, but I have a problem with Amazon IoT Core. As far as I see to connect to Azure IoT Hub I am using a username/password and root_ac certificate. …

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2022-11-14T14:34:16.49+00:00
Serhii Cherkasov 81 Reputation points
commented 2024-06-07T03:22:33.46+00:00
Gavin Hu 0 Reputation points
1 answer

Question about LevelX NAND defrag

Hi, I am using LevelX (6.4.1) with NAND flash. In my test, I created a 64MB disk and repeatedly cycled through writing, reading, and deleting ten 200KB files. After several cycles, I can no longer write files because the free block list tail is 0,…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-05-29T10:01:50.5666667+00:00
Matteo Zoppi 0 Reputation points
answered 2024-05-29T10:10:33.5766667+00:00
Anushka 320 Reputation points
0 answers

Looking for ThreadX project examples running on Xilinx microblaze

Hi, In the ThreadX documents it is written that ThreadX support Xilinx Microblaze but I can Not find an example for that.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-05-27T11:26:00.92+00:00
Oren Sheich Bright Way Vision 0 Reputation points
1 answer

Integrating BSD library with Azure threadx RTOS

Hi , I need to integrate BSD socket library into threadx RTOS for development. I followed the steps mentioned in the page https://learn.microsoft.com/en-us/azure/rtos/netx-duo/netx-duo-bsd/chapter1 I observe re-declaration error with the steps…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2023-04-18T14:09:49.2266667+00:00
Prasad V 0 Reputation points
commented 2024-05-06T15:49:46.76+00:00
Martin Roth 0 Reputation points
1 answer One of the answers was accepted by the question author.

The maximum size of telemetry that can be sent to IoTHUB with NetXduo is 16KB instead of 256KB.

Dear support team, Our customer is currently developing a product that uses Azure RTOS to send periodic telemetry to Azure IoT Hub. According to the specifications of IoT Hub, the maximum message size is 256KB, but it seems that currently only messages…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-04-22T06:44:04.49+00:00
yoji sato 281 Reputation points
accepted 2024-04-26T07:58:07.44+00:00
yoji sato 281 Reputation points
0 answers

Maximize FileX write speeds

I am using FileX to write JPEG data into an SD card, using an STM32 chip. My project is trying to maximize the JPEG resolution/framerate, so I need my FileX writes to execute as quickly as possible. My current setup has 38,400 bytes of data available for…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-04-16T23:41:46.1466667+00:00
Andy Fok 0 Reputation points
commented 2024-04-18T21:03:47.9933333+00:00
LeelaRajeshSayana-MSFT 16,786 Reputation points
0 answers

Regarding SMP and AMP in ThreadX

I am starting a new project with STM32H747 which comes with cortex M4 and M7 dual cores. I know that STM32 Cude IDE provides support for Azure ThreadX directly, however, I am confused about the following in terms of multicore implementation of ThreadX: …

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-04-16T23:31:46.77+00:00
Adhip Shukla 5 Reputation points
commented 2024-04-18T21:02:58.21+00:00
LeelaRajeshSayana-MSFT 16,786 Reputation points
1 answer One of the answers was accepted by the question author.

Security fixes in 6.3.0

Can anyone tell me what actual code changes where made in 6.3.0 to address the security issues listed in https://github.com/eclipse-threadx/netxduo/security in…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-02-01T16:02:13.3133333+00:00
giajh01 25 Reputation points
commented 2024-04-15T09:58:53.36+00:00
Yoann Allain 0 Reputation points
0 answers

USBX Audio Class [Speaker + Microphone] enumeration problem

I am currently developing an audio application that supports both speaker and microphone functionality on an STM32 microcontroller. However, I am facing an issue related to USB descriptor enumeration. I am working on fixing this problem to ensure the…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
334 questions
asked 2024-04-09T11:06:15.8366667+00:00
apnda 0 Reputation points
commented 2024-04-12T10:01:27.4466667+00:00
apnda 0 Reputation points