324 questions with Azure RTOS tags

Sort by: Updated
1 answer

Non-cached memory

In the example code that came with my iMXRT1050, many variable associated with ThreadX are in non-cacheable memory. Some things in the non-cacheable ram are the IP packet pool and the USB memory area. Is it necessary to have those non-cached? More…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2022-08-30T15:43:41.613+00:00
Michael Fowler 131 Reputation points
edited the question 2024-01-25T00:10:24.95+00:00
QuantumCache 20,031 Reputation points
2 answers One of the answers was accepted by the question author.

Device Update Agent not starting when device connected through Azure IOT Edge

Hello, I am integrating Device Update Agent v0.8.0 to my project based on SAME70 based microcontroller. I am facing an issue on starting the DU-agent when the device is connected through Azure IOT Edge. The DU-agent starts/works fine when the device is…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2022-03-17T00:15:48.77+00:00
Sulav Lal Shrestha 361 Reputation points
edited the question 2024-01-25T00:03:10.5266667+00:00
QuantumCache 20,031 Reputation points
0 answers

Asking about demo code Porting Azure RTOS Thread X to NIOSII

I am a graduate student majoring in Computer Science from Taiwan. Recently, I has been pursuing study of Porting Thread X RTOS to NIOSII on FPGA fabric of Altera SoC FPGA, eventually, I found article as…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2024-01-24T02:34:35.22+00:00
Johnson Z 0 Reputation points
commented 2024-01-24T22:33:53.9466667+00:00
LeelaRajeshSayana-MSFT 13,781 Reputation points
2 answers One of the answers was accepted by the question author.

Sending byte by byte when using PPP seems to be too slow

Hi, I'm working on getting PPPoS working with an NXP MIMXRT1040-EVK and a Quectel EG800Q modem. After putting the modem in data mode I try initializing the network stack in ThreadX. When calling nx_ppp_create I supply it with my implementation of…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2024-01-19T12:07:50.4366667+00:00
25890715 30 Reputation points
accepted 2024-01-22T06:02:34.75+00:00
25890715 30 Reputation points
2 answers One of the answers was accepted by the question author.

STM32U5 with Azure RTOS, having issue with TraceX corrupted data when full.

TraceX has 64K buffer arranged with added tx_trace_buffer_full_notify() to cap off further trace data in an attempt to resolve corrupted file due to overflowed data which led to a Truncation error by TraceX Viewer App. It did jump to my_trace_is_full()…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-12-09T17:41:16.4266667+00:00
Riscy00 Riscy00 25 Reputation points
accepted 2024-01-04T15:04:11.3133333+00:00
Riscy00 Riscy00 25 Reputation points
1 answer

Azure RTOS for Infineon Aurix TriCore MCUs

Hi, In my project, I am using Infineon MCU which has TriCore architecture. So I am wondering if is there an Azure RTOS port for Infineon TriCore. Can I use Azure RTOS in my projects that include Infineon Aurix TriCore MCUs? Best regards.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-12-12T06:24:49.21+00:00
Egemen AKSOY 0 Reputation points
commented 2023-12-20T06:24:34.5466667+00:00
Egemen AKSOY 0 Reputation points
2 answers

AzureRTOS - NetXDuo WEB HTTP Cliente

Hi, I'm using [Web Http client functions][1] of NetXDuo with ST Microelectronics board [B-U585I-IOT02A][2] but, after the second call of nx_web_http_client_response_body_get() function, the system loops without any return. I try to change varible…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2022-07-21T22:02:36.99+00:00
Domenico Condemi 1 Reputation point
edited the question 2023-12-18T17:15:25.8933333+00:00
AshokPeddakotla-MSFT 28,211 Reputation points
0 answers

STM32U5, FileX crashes to hardfault when doing FileX in seperate ThreadX with seperate Byte Pool

Working on STM32U5A5 experimental code, I have a separate byte pool for ThreadX stuff (queue, semp, about 3 threads, static setup). I also have a separate byte pool for FileX which is working fine including new filename, write data and read data. When I…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-12-12T17:35:50.6866667+00:00
Riscy00 Riscy00 25 Reputation points
commented 2023-12-12T22:14:53.1566667+00:00
LeelaRajeshSayana-MSFT 13,781 Reputation points
2 answers One of the answers was accepted by the question author.

Using FileX with NOR Flash

We are trying to use a Cypress/Infineon NOR flash SDF with FileX. We were able to get it working with LevelX but ran into performance and fragmentation issues. As a result we are trying to remove LevelX from the equation. The following link…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2022-07-13T20:44:30.99+00:00
tjr 21 Reputation points
edited the question 2023-11-17T16:18:15.46+00:00
AshokPeddakotla-MSFT 28,211 Reputation points
1 answer One of the answers was accepted by the question author.

STM32H5 - NetX Duo - Custom layer 2 ethernet protocol

Hi, Thanks in advance for your attention. I'm developing an application using STM32H5 and NetXDuo TCP/IP stack. I was wondering if in NetXDuo there is a way to handle a custom layer 2 protocol. This could allow to handle a custom ethernet protocol…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-11-03T08:59:25.38+00:00
LU 20 Reputation points
accepted 2023-11-08T13:57:19.3933333+00:00
LU 20 Reputation points
0 answers

netX network driver status

Hello, I am using last release of netx 6.1. I do not understand the purpose of nx_ip_driver_status that should be set in the network driver. It is almost never used in the netx API although it is explicitly mentioned in…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-11-06T17:59:36.59+00:00
Alexandre Bruliau 30 Reputation points
commented 2023-11-07T00:57:21.8266667+00:00
LeelaRajeshSayana-MSFT 13,781 Reputation points
0 answers

How to allow multiple files to be open at the same time using FileX

Hi, I am trying to find a way to allow multiple files to be open at the same time using FileX. If I try to open a seconda file without closing the first then I get FX_NOT_FOUND. Is there any way to allow multiple files to be open at the same…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-10-25T13:20:58.75+00:00
Joe Noonan 0 Reputation points
commented 2023-11-02T09:20:14.6733333+00:00
Joe Noonan 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to connect to IoTHUB via a proxy server that uses certificate authentication with AzureRTOS/NetXduo?

Dear Technical Support, We are currently building a system using AzureRTOS/NetXduo, and we are already able to connect to IoTHUB via a proxy server. At that time, the authentication method with the proxy server is to specify an ID and password, and the…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-11-01T11:57:46.7733333+00:00
yoji sato 281 Reputation points
accepted 2023-11-02T06:09:18.4766667+00:00
yoji sato 281 Reputation points
1 answer One of the answers was accepted by the question author.

Azure RTOS byte pool problem

Hi, I am having issues with threadX tx_byte_allocate throwing a hard fault exception.  This only happens after some time of byte allocate and release. There are still plenty of available bytes according to the pool. But somehow in _tx_byte_pool_search it…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-10-25T03:09:47.32+00:00
flaming_vines 25 Reputation points
accepted 2023-10-27T05:14:29.8566667+00:00
flaming_vines 25 Reputation points
1 answer One of the answers was accepted by the question author.

Does the threadx support armv8 cortex-R82 smp system?

hi I have a project that using the cortex-R82 or cortex-R82 smp soc, but i found that the newest version of threadx only support cortex-R8 smp, and found no result of cortex-R82 in ports folder and ports_smp folder. So i want to know that: Is there…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-03-02T10:54:33.0966667+00:00
春峰 汪 50 Reputation points
commented 2023-10-20T03:16:26.2166667+00:00
Tommy Wang 0 Reputation points
1 answer

Websocket Client for iMX RT1064 in Azure RTOS

Hi @team, I've been looking for Websocket-client for iMXRT1064 MCU utilizing Azure RTOS stack. We are planning to connect to a websockets server. If there is any available source/guidance, it would be really helpful.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-09-28T11:34:15.31+00:00
GanesanGuru 0 Reputation points
commented 2023-10-19T08:13:30.72+00:00
Haiqing Zhao 165 Reputation points Microsoft Employee
1 answer

compatibility ThreadX <-> TI compiler for assembly files

Hello, I am trying to port ThreadX on a TMS570 (cortex R4F) using TI compiler (v20.2.0.LTS). I just took the .*s files from the ports/cortex_r4/ac5 in my application but the assembly directives don't seem to match with the one supported by the TI…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-09-14T16:41:21.87+00:00
Alexandre Bruliau 30 Reputation points
commented 2023-10-17T18:27:39.3466667+00:00
Kip Leitner 0 Reputation points
3 answers

Write Performance on NOR Flash is getting very low when using the Fault Tolerant Mode with ThreadX, FileX and LevelX

I'm using the NOR-Flash W25Q256 in combination with a STM32H7B3 controller. After enabling the FaultTolerantMode and writing big data to to the flash, the write performance gets very low. The W25Q256 has the following coarse specs: FlashSize 32MByte …

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
385 questions
Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-01-19T06:37:07.2733333+00:00
Patrick 1 Reputation point
commented 2023-10-13T05:53:49.53+00:00
flaming_vines 25 Reputation points
0 answers

NetX TLS 1.3 client certificate authentication

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. My task is to implement client authentication using certificate chain. Netx_secure is compiled with TLS1.3, AEAD,…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-08-29T15:42:04.6633333+00:00
AGROFOGLIO Louis-Andre (SAFRAN) 40 Reputation points
commented 2023-10-08T06:20:27.37+00:00
Yanwu Cai 90 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Is it possible to reduce GUIX repository to fit in STM32H7 MCU?

I have created a GUIX application and tested it on Windows. The functionality is working. The next step is to move the application to a STM32 platform. I am using the STM32H747-DISCO platform. the STM32CUBEIDE is set up with the GUIX repository for ARM…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
asked 2023-09-20T21:10:25.86+00:00
Sean Liming 4,511 Reputation points
accepted 2023-10-04T23:20:01.6233333+00:00
Sean Liming 4,511 Reputation points