329 questions with Azure RTOS tags

Sort by: Updated
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.
329 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.
329 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.
329 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.
329 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.
329 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.
329 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.
329 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://video2.skills-academy.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.
329 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.
329 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.
329 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 13,951 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.
329 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 13,951 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.
329 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.
329 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
2 answers One of the answers was accepted by the question author.

Why available size of flash(obtained using fx_media_space_available) remains same irrespective of hidden sectors argument in fx_media_format?

I am using NOR flash with 32Mb size and 4KB sector size. When flash is formatted with 100 hidden sectors, available space obtained from fx_media_space_available is 4177920. When flash is formatted with 300 hidden sectors(or 0 hidden sectors), available…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
asked 2024-04-08T06:03:08.73+00:00
Vinay 40 Reputation points
accepted 2024-04-11T09:13:16.6533333+00:00
Vinay 40 Reputation points
1 answer One of the answers was accepted by the question author.

How to create multiple partitions using filex APIs ?

In the Filex user guide, it is mentioned that there is support for multiple partitions. But there are no APIs in filex driver as in latest git repo, which can create multiple partitions. Also there is one function call - _fx_partition_offset_calculate -…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
asked 2024-03-14T07:05:53.9766667+00:00
Vinay 40 Reputation points
commented 2024-04-08T15:16:45.63+00:00
Sakshi Kokardekar 195 Reputation points MVP
0 answers

GUIX Color Format Order (ARGB, RGBA, etc.)

Hello MS Support Team, I'm trying out GUIX with ThreadX as RTOS on a MCU with a display connected to the MCU. I was able to run the demo demo_guix_washing_machine which is included in the Github Repository. Unfortunately, the colors are not correct,…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
asked 2024-03-28T10:43:43.5633333+00:00
MechmetTanzou-3667 0 Reputation points
commented 2024-03-28T21:15:33.83+00:00
LeelaRajeshSayana-MSFT 13,951 Reputation points
2 answers

Threadx: What can prevent the threads to start when using signed binaries ?

Hello, I am experiencing issues when using the Secure Boot on a LPC55S69 JBD100 microcontroller. I am trying to sign my software to ensure the integrity of the flashed image. For that I am following the AN12283 guide to activate the SecureBoot and sign…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,054 questions
asked 2023-02-21T08:39:52.24+00:00
Jean LAUNOIS 5 Reputation points
commented 2024-03-22T16:49:07.19+00:00
azuq 0 Reputation points
0 answers

Why fx_media_open fails, if flash has raw partitions?

I am using a flash which has 1024 sectors. During formatting, I have given number of hidden sectors as 256 and total number of sectors as 1024. Post format of the flash, if I access the memory in hidden sectors using flash_read and flash_write functions,…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
asked 2024-03-21T16:35:17.65+00:00
Vinay 40 Reputation points
commented 2024-03-22T00:16:54.0133333+00:00
LeelaRajeshSayana-MSFT 13,951 Reputation points
0 answers

SSDP exemple on netxduo for azure rtos

Hello, I want to developp an ssdp server on stm32 using azure rtos and netxduo on IPv4. Can you share exemple? I can't find any exemple on IGMP and multicast. can you share an exemple? Regarde

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
asked 2024-03-13T23:47:47.7566667+00:00
BS_Myrety 0 Reputation points
commented 2024-03-14T07:30:58.6166667+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer

Why does the server disconnect during secondary ADU processing?

We are building a system based on AzureRTOS and implementing update processing using ADU for secondary devices. Due to memory capacity constraints in this system, the ADU download process to the secondary device is divided into parts, but the process may…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
329 questions
asked 2024-02-01T01:08:22.68+00:00
yoji sato 281 Reputation points
commented 2024-02-29T06:53:43.8233333+00:00
Bo Chen 596 Reputation points Microsoft Employee