331 questions with Azure RTOS tags

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

Illegal memory access occurs when resending telemetry data when NXD_MQTT_OVER_WEBSOCKET is enabled

Currently, we are developing a system that operates by connecting to IoTHUB using AzureRTOS on RX65N. Since the system requires access via a proxy server, We are using NXD_MQTT_OVER_WEBSOCKET enabled. When the system is transmitting telemetry data, We…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-06T06:55:01.3466667+00:00
yoji sato 281 Reputation points
accepted 2023-07-14T09:10:06.4033333+00:00
yoji sato 281 Reputation points
1 answer

How to increase GUIX performance when using gx_widget_show/hide

I have a window with 4 subwindows covering the same area on the canvas, each subwindow with ~50 nested widgets. The UI is controlled by a state machine executing every 40ms processing any touch events that the state machine consumes and subsequently…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-27T19:57:20.7266667+00:00
Kwon 20 Reputation points
commented 2023-07-13T15:38:21.85+00:00
Kwon 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to read/write Azure Blob Storage from AzureRTOS/NetXduo system

Dear AzureRTOS Technical Support Team, We would like to read/write files (about 10MB) from/to a folder prepared on Azure Brob Storage from an AzureRTOS system on an RX65N. Is it possible to achieve this functionality using standard AzureRTOS/NetXduo…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-08T23:59:43.4+00:00
yoji sato 281 Reputation points
accepted 2023-07-13T04:21:12.55+00:00
yoji sato 281 Reputation points
1 answer

azure RTOS netx for external SPI w5500

need help for netx driver for SPI

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-07-11T06:25:00.83+00:00
Janardhanan, Kali 0 Reputation points
answered 2023-07-12T06:55:54.9866667+00:00
Wen Wang 1 Reputation point Microsoft Employee
1 answer

nx_ip_status_check() blocks forever even if timeout is specified

The nx_ip_status_check(, , NX_IP_INITIALIZE_DONE | NX_IP_LINK_ENABLED | NX_IP_INTERFACE_LINK_ENABLED, timeout) internally calls tx_mutex_get(&(ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); that blocks forever in case the requested conditions are…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-07-11T15:29:13.3+00:00
Licio MAPELLI 51 Reputation points
answered 2023-07-12T05:11:06.9+00:00
Tiejun Zhou 1,126 Reputation points Microsoft Employee
1 answer

Emulators Supporting Azure RTOS for TI based platform

Hi, I'm a professor and interested in embedded devices. In  my college, we are doing a research to bring up different RTOS on to TI based platforms. The automotive grade SoC based platforms looks to be little costly to procure and rather buying these,…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-07-10T05:59:54.62+00:00
Leena Sri 20 Reputation points
answered 2023-07-10T15:24:18.19+00:00
Scott Azure RTOS 4,051 Reputation points
1 answer

Known issues on Azure RTOS 6.2.1

Good evening, Where can I find all Known issues on Azure RTOS 6.2.1? Thanks,

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-29T15:49:03.02+00:00
39653906 0 Reputation points
commented 2023-06-30T12:27:07.7533333+00:00
LeelaRajeshSayana-MSFT 14,676 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

STM32H5 How to integrate NetXDuo with custom PHY

Hello I have the STM32H563 MCU on a custom board with KSZ8081RNB ethernet PHY. It's my first time using NetXDuo so I'm configuring it mainly through ST's CubeMX code generation software. I was able to configure the stack and write a custom PHY driver…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-28T09:38:29.43+00:00
Kacper Dalach 20 Reputation points
commented 2023-06-29T06:17:10.3+00:00
Bo Chen 596 Reputation points Microsoft Employee
1 answer

NetX FTP server and NX_FTP_ACTIVITY_TIMEOUT

Hello, how an application can be notified about the NX_FTP_ACTIVITY_TIMEOUT expiration when running the NetX FTP server? Thank you in advance, regards

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-22T07:37:50.25+00:00
Licio MAPELLI 51 Reputation points
commented 2023-06-26T13:50:03.18+00:00
Bo Chen 596 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Multiple devices on different PHYs with USBX

Hello, I have an NXP chip with 2 USB PHYs (RT1170). Using the demo code made available by NXP I have been able to run a COM port example which can run on one port at a time. However, I have struggled to find where USBX is binding to the physical port,…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-09T15:13:39.31+00:00
TimTTP 40 Reputation points
commented 2023-06-26T07:52:40.2566667+00:00
TimTTP 40 Reputation points
1 answer One of the answers was accepted by the question author.

Supported formats for gx_image_reader

Hello. I am currently trying to get MJPEG (motion JPEG) from a WEB camera and convert it with gx_image_reader for display. The WEB camera I am using is inputting YCbCr 420, but I cannot convert it well. What formats does gx_image_reader support?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-14T20:54:22.2933333+00:00
k.kaneko 161 Reputation points
accepted 2023-06-18T20:44:08.2666667+00:00
k.kaneko 161 Reputation points
1 answer One of the answers was accepted by the question author.

NetX TLS server with client authentification failed with error 0x20007

Hello I am working to evaluate NetX for our product. My task is to set up a TLS server using NetX secure and test it using openssl. Currently, the TLS server is running correctly using TLS 1.2 and TLS 1.3, both using ECC and RSA. Now, I need to setup…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-12T14:11:24.9733333+00:00
AGROFOGLIO Louis-Andre (SAFRAN) 40 Reputation points
accepted 2023-06-13T15:12:27.8766667+00:00
AGROFOGLIO Louis-Andre (SAFRAN) 40 Reputation points
1 answer

HardFault on Network IP address change Nucleo-H723ZG Platform

Trying posting this again: I am using the STM32Cube (IDE 1.12.0) tools to develop a simple network application in Azure RTOS on the Nucleo-H723G platform. I successfully imported and ran the online workshop NetX Duo Webserver project. The project is…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-06-07T19:41:41.1266667+00:00
Sean Liming 4,591 Reputation points
commented 2023-06-09T07:36:37.5766667+00:00
Bo Chen 596 Reputation points Microsoft Employee
1 answer

Does Azure GUIX only permit certain Hardware to be used?

Hello, I read the file LICENSED-HARDWARE.txt from the Git repo and it says the user only have rights to work on certain hardware, what if the device I want to use is not listed there but instead of using Azure RTOS I use FreeRTOS? I want to use an iMX8…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-05-31T23:25:51.01+00:00
Rangel, Raul 25 Reputation points
commented 2023-06-05T21:35:11.4666667+00:00
LeelaRajeshSayana-MSFT 14,676 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

ThreadX Module rise Mem Manage Fault exception

Hello, i need some help because my Module Manager resident application rise a memory exception while starting a Module. The weird is the exception rise only when Module is compiled with arm-none-eabi-gcc, while the same code compiled with IAR works…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-05-11T15:03:41.58+00:00
Licio MAPELLI 51 Reputation points
accepted 2023-06-01T06:45:10.6233333+00:00
Licio MAPELLI 51 Reputation points
1 answer One of the answers was accepted by the question author.

Does GUIX have or will have a C++ extension or any C++ capability?

Hello, I am right now working with the GUIX graphic library and i noticed that it has no c++ capability nor extension, is there any plan to add this in the future? Thanks! Raul Rangel

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-05-29T18:50:38.5966667+00:00
Rangel, Raul 25 Reputation points
commented 2023-05-31T19:50:33.1533333+00:00
LeelaRajeshSayana-MSFT 14,676 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Best practices for communicating with GUIX from other threads?

Hello, I'm getting up and running with ThreadX and GUIX and have built on the demo_guix_simple project. While the sample and tutorial projects show a lot of GUIX functionality, I couldn't find any examples which have additional threads running and…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
asked 2023-05-25T09:51:18.3366667+00:00
TimTTP 40 Reputation points
commented 2023-05-30T08:56:15.62+00:00
TimTTP 40 Reputation points
1 answer One of the answers was accepted by the question author.

Can ThreadX Module export queue?

Hello I wonder if it is a good idea or design when a ThreadX module creates a queue and then exports this queue to the residential application. E.g. by use of txm_module_application_request service and passing a pointer to the queue. The residential…

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 2023-01-25T06:52:57.6066667+00:00
HugPeter-9392 246 Reputation points
commented 2023-05-26T16:24:24.74+00:00
Rosa Alden 105 Reputation points
1 answer One of the answers was accepted by the question author.

About the GUIX system font license

Please let me know if you know about it. I am considering commercial use of GUIX. GUIX has the following three built-in system fonts. gx_system_font_4bpp gx_system_font_8bpp gx_system_font_mono What are the licenses for these…

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-08T22:51:24.147+00:00
k.kaneko 161 Reputation points
edited the question 2023-05-26T16:19:21.2766667+00:00
QuantumCache 20,261 Reputation points
1 answer One of the answers was accepted by the question author.

What thread does the call back for tx_event_flags_set_notify run in

When an event flag is set in a group that has an associated call back function set by tx_event_flags_set_notify, what thread runs the call back?

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-12-06T00:19:01.16+00:00
Michael Fowler 131 Reputation points
edited the question 2023-05-26T16:19:18.9133333+00:00
QuantumCache 20,261 Reputation points