How to customize the project that connects B-L475E-IOT01A1 to Azure IoT Central
Hi everyone, I started my projects using this tutorial and successfully connected to IoT Central. Additionally, I configured an STM32 project that reads two sensors (DS3231 and HC SR501). I am still reading the documents and learning the source files to…
Azure RTOS
How to integrate Azure RTOS in the STM32CubeIDE for STM32F217VGT6?
I'm currently working on a project, as a part of my master thesis, that includes integrating a real-time operating system into the STM32F217VGT6 microcontroller. Is there a way to load the Azure RTOS into the STM32F217VGT6 microcontroller? Is there any…
Azure RTOS

GUIX How do I create a prompt widget dynamically in code and get widget id automatically
Hi, I have the code that fetches everything from the database and delivers it to the S7G2. What I need help with is building the list in GUIX dynamically, I have managed to figure out how to create a prompt in code and attach it to the list. The issue I…
Azure RTOS
NetXDuo WEB HTTP Client POST message
Dear all, I am going to use the NETDuo library and studying the sample code about the NetXDuo WEB Client to PUT/POST message to the HTTP server. The URL of the HTTP server is like: aaa.bbb.com/api/admin/anchor I still do…
Azure RTOS

Any emulators to port Azure RTOS on to TI Based Platform
Hi, I'm working as a professor and interested in embedded systems., 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…
Azure RTOS
Where can I find the 'tx.a' or'tx.lib' files? How to fix linker errors?
Hello, I am trying to manually load the ThreadX into a custom STM32F217VGT6 microcontroller based board. In an effort to do so, I am encountering several linker errors. According to 'Chapter 2 - Installation and Use of Azure RTOS ThreadX' of the…
Azure RTOS

Win32 support > 8bpp ?
Running through the initial demos, and I can't get any GUIX Studio project to compile, if I use anything above 8BPP, I get linker errors when looking for a class of drivers called. " win32_dave2d_graphics_driver_setup_xxxx" Googling for…
Azure RTOS
How to search directory and find folder's name in Azure filex
Hello every one I am new to Azure RTOS, and now I want to search and find folders in USB or SDCARD but I could not find any function to do this. Is there any solution? (working on STM32F) something like this: FRESULT scan_files ( char* path /*…
Azure RTOS

Link problem when linking libthreadx.a
Hi all I am quite new to Azure RTOS and I have a question when using cortex-m33. I followed the steps of https://learn.microsoft.com/en-us/azure/rtos/threadx/chapter2#:~:text=application%20development%20area.-,Using%20ThreadX,-To%20use%20ThreadX to link…
Azure RTOS
AzureRTOS STM32 HTTP get error
Dear AzureRTOS Technical Support Team, I am using Netx Duo run on STM32 connect to Cellular Quectel EC21 My code is based on the example demo_netxduo_https.c When the device sends HTTP GET to the web server, I see the Netx driver received a packet 808…
Azure RTOS

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
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
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 netx for external SPI w5500
need help for netx driver for SPI
Azure RTOS
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

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
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

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

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

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,…