331 questions with Azure RTOS tags

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

About the GUIX restrictions.

Please let me know if anyone knows about this. The following URL is a description of the limitations of GUIX Studio. https://video2.skills-academy.com/en-us/azure/rtos/guix/guix-studio-1#guix-studio-constraints The following three are listed here. …

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-29T09:11:06.773+00:00
k.kaneko 161 Reputation points
commented 2023-01-30T22:14:00.9233333+00:00
k.kaneko 161 Reputation points
2 answers

Adapting IRQ Handler for Beaglebone Black, ThreadX

Hello, I am trying to integrate Azure RTOS ThreadX into BeagleBone Black. First I got a demo LWIP program running on BBB which got the IP address using DHCP. Then, I integrated threadx source files with cortex-a8 port. With the default interrupt handler…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-18T21:31:17.53+00:00
Sulav Lal Shrestha 361 Reputation points
edited the question 2023-01-25T17:49:05.0833333+00:00
QuantumCache 20,266 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.
331 questions
asked 2022-11-23T12:02:07.347+00:00
מנור מויאל 1 Reputation point
edited the question 2023-01-25T09:42:04.26+00:00
QuantumCache 20,266 Reputation points
1 answer

Multiple audio devices USB

Hello. I'm continuing to work with USB, I need to evolve from USB Micro+Speaker to multiple microphones. I failed at descriptor. Whole descriptor here The structure of USB+Micro is next: Device descriptor Device qualifier descriptor …

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-07T08:46:57.94+00:00
Serhii Cherkasov 81 Reputation points
edited the question 2023-01-25T08:42:38.73+00:00
QuantumCache 20,266 Reputation points
1 answer

Azure GUIX thread stops running after several hours of normal operation.

Hello! I'm working on a system that's using Azure RTOS and GUIX running on an STM32H743 MCU. We've been trying to track down and debug this issue for a few weeks now. Everything runs perfectly normally on startup, but then at some point (the time between…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-01-13T01:51:30.2133333+00:00
Mohamed Shehata 0 Reputation points
answered 2023-01-24T20:30:30.1066667+00:00
Ken Maxwell 706 Reputation points Microsoft Employee
1 answer

Compilation error in _txm_module_manager_stop.c when TX_ENABLE_EVENT_TRACE is defined

Hello I'm uncertain how _txm_module_manager_stop.c should be compiled when TraceX is in use. I defined TX_ENABLE_EVENT_TRACE. Then I observe IAR compiler errors when compiling _txm_module_manager_stop.c. The identifiers…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-01-04T10:15:05.887+00:00
HugPeter-9392 246 Reputation points
edited the question 2023-01-12T22:57:29.9433333+00:00
LeelaRajeshSayana-MSFT 14,831 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure ThreadX RTOS and Node.js

Does ThreadX RTOS support running Node.js on a powerful embedded processor ?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-12-27T14:50:01.23+00:00
Chris Backhouse 21 Reputation points
accepted 2023-01-09T09:05:58.94+00:00
Chris Backhouse 21 Reputation points
1 answer One of the answers was accepted by the question author.

USBX Host hub class example

Hello, I would like to implement usb 2.0 hostside hub driver, and I see that there are host hub class files in usbx directory -- is there an example of how to use it? alternatively, could you please outline steps to do it? target mcu will be stm32f4 …

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-15T18:45:01.58+00:00
Mir 21 Reputation points
accepted 2023-01-02T20:33:27.25+00:00
Mir 21 Reputation points
1 answer One of the answers was accepted by the question author.

Is there Security Extension support for ARMv7-A architecture for ThreadX?

We are using Security Extension feature for ARMv7-A architecture. Is it possible for ThreadX and the user application to run in non-secure mode with support for calling secure services for ARMv7-A architecture? Such secure services may have low priority…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-12-29T11:41:40.44+00:00
Feihu Liu 21 Reputation points
accepted 2022-12-30T03:54:43.35+00:00
Feihu Liu 21 Reputation points
1 answer One of the answers was accepted by the question author.

Use of TX_ENABLE_IAR_LIBRARY_SUPPORT in ThreadX module

Hello The posts heap-usage-in-threadx-cortex-m-ports.html and azurertosthreadx-tx-enable-iar-library-support-com.html already contain information regarding IAR thread local storage (TLS). The answers refer to the port documentation. All IAR 'simple'…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-12-22T12:15:37.393+00:00
HugPeter-9392 246 Reputation points
accepted 2022-12-23T08:46:25.717+00:00
HugPeter-9392 246 Reputation points
3 answers

NetXDuo on STM32F429, missing cipher suites for TLS 1.3

We implement an NetXDuo TLS 1.3 connection using STM32F429. TLS 1.3 is enabled, but it is disabled in code line 684 in nx_secure_tls_session_create_ext.c if (NX_SECURE_TLS_TLS_1_3_ENABLED) tls_session->nx_secure_tls_1_3_supported = NX_FALSE; …

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-22T14:35:33.467+00:00
Kirsten Jens 1 Reputation point
commented 2022-12-20T01:26:35.36+00:00
Tiejun Zhou 1,126 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Certificate doesn't parse correctly

I am trying to connect to a server using Azure RTOS, but it is showing parsing error at TLS callback function. ERROR : _nx_secure_tls_session_packet_buffer_set API failed. Returned Error Code: 0x1A2 Following is the error message I have…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-12-02T07:37:41.86+00:00
Samia Bukhari 26 Reputation points
accepted 2022-12-15T07:06:49.843+00:00
Samia Bukhari 26 Reputation points
10 answers

Azure GUIX thread _gx_system_thread cannot be scheduled after running for hours

Hi I'm using ThreadX + GUIX on STM32H743 MCU. ThreadX config: TX_ENABLE_FPU_SUPPORT, TX_INCLUDE_USER_DEFINE_FILE, TX_CORTEX_M_EPK, TX_PORT_USE_BASEPRI, TX_PORT_BASEPRI=10, TX_EXECUTION_PROFILE_ENABLE, GUIX using…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-09T09:50:26.47+00:00
SQ Jin 16 Reputation points
commented 2022-12-13T01:48:04.03+00:00
SQ Jin 16 Reputation points
1 answer One of the answers was accepted by the question author.

Incorrect Bytes returned for CONNACK packer variable header

We have ported Azure IoT Middleware for FreeRTOS on our device based on Microchip MCU SAM9x60. We have created Azure IoT hub and trying to establish connectivity from device to IoT Hub. We are using TI Wifi module CC3235SF for network connectivity. On…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-15T08:47:51.36+00:00
Chandrasekar, Madhura 51 Reputation points
accepted 2022-12-07T22:00:24.223+00:00
Chandrasekar, Madhura 51 Reputation points
1 answer

Debugging ModuleX

Hello We observe severe limitations when debugging ModuleX module using IAR v9.30.1. This includes that the IAR ThreadX views do not get updated properly. This is the views get cleared and shows '0'. Additionally, when breaking (single stepping or…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-29T10:54:57.923+00:00
HugPeter-9392 246 Reputation points
commented 2022-12-06T23:01:37.197+00:00
LeelaRajeshSayana-MSFT 14,831 Reputation points Microsoft Employee
1 answer

Questions about Azure RTOS ThreadX

Hello, I read a lot of documentation about Azure RTOS , however some questions have been left unanswered. Does Azure RTOS provide some sort of malloc/free function ? I only saw memory blocks/pools that require full manual intervention Are…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-07T10:00:51.163+00:00
FnxQT 21 Reputation points
commented 2022-12-06T14:37:16.857+00:00
AshokPeddakotla-MSFT 33,026 Reputation points
1 answer

NXP S32K Port for Azure RTOS Threadx

I want to adapt Threadx on a S32K Board. Is there a ready-to-use porting for this chip?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-30T09:21:13.893+00:00
Can 1 Reputation point
commented 2022-12-06T14:14:23.707+00:00
AshokPeddakotla-MSFT 33,026 Reputation points
2 answers

Is a portable version of GUIX Studio available?

I have developed a project using guix + guix-studio and would like to archive it. Is there an installer or portable version of guix studio that I can archive so I'm not stranded a few years down the line? As far as I can tell this is not possible with…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-01-28T17:52:05.827+00:00
Ehsan 26 Reputation points
answered 2022-12-02T09:53:28.723+00:00
DirkK 1 Reputation point
2 answers One of the answers was accepted by the question author.

FileX integrity support

Hello, We are currently using FileX to create log files and store device information and would like to know if there is any way to detect integrity modifications of the files. We tried to enable the macro FX_ENABLE_FAULT_TOLERANT and make use of…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
397 questions
Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-10T07:47:01.22+00:00
Juan Francisco 21 Reputation points
commented 2022-11-28T17:08:08.74+00:00
Juan Francisco 21 Reputation points
1 answer

Whether ThreadX RTOS is Free? If not whether it’s available free of cost for Azure Cloud users? What is it’s Price?

Whether ThreadX RTOS is Free? If not whether it’s available free of cost for Azure Cloud users? What is it’s Price?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2022-11-03T05:39:54.69+00:00
Patil, Prashant 1 Reputation point
commented 2022-11-28T16:08:01.267+00:00
AshokPeddakotla-MSFT 33,026 Reputation points