how to draw rounded rectangles in guix
Is it possible to draw rectangles with rounded corners? The canvas api in guix seems to only support normal rectangles, I might be wrong since this is such a basic shape.
Azure RTOS
extenal interrupt blocked by tx_event_flags_get()
here is a powerpc MPC83xx platform, many years ago from express logic.external interrupt generate per 100us,. tx_event_flags_get(...., wait_option), if wait_option=waitforever everything is ok, if wait_option = number such as 500, then cannot catch…
Azure RTOS
Azure-RTOS port for STM32MP1?
Does anyone know if there is a port of Azure-RTOS for the ST STM32MP1 series of processors? Or how complex it would be to port another STM32 package over to the STM32MP1? Thanks. Lee Thalblum
Azure RTOS
Packets received from Ethernet Interface getting discarded due to incorrect packet_type (and other issues)
I am getting started with Azure RTOS. I managed to get the threadx working and for netx the netx driver also seems to be *working (I have not been able to do anything meaningful with netx yet). I am using the netxdriver ATSAME54-XPRO and ported it to…
Azure RTOS
Guides needed in writing network driver for NetXDuo in ATSAME70Q20
Hello, Is there any guide for writing network driver for NetXDuo, as suggested in https://learn.microsoft.com/en-us/azure/rtos/netx-duo/chapter5? I found a network driver for ATSAME54. Can you provide me any guidance on adapting this for ATSAME70Q20?…
Azure RTOS
Simple ThreadX program stops working after modifying tx_port.h for BSD demo program
I am building an application for ATSAME70 microcontroller. I am trying out ThreadX with NetXDuo. I compile the ThreadX related libs separately from my actual application, and then copy the libs, .c and .h files from threadX folder to my application…
Azure RTOS
Does RTOS Threadx support NXP S32K148 ?
Hi, I am Viet from Ion Mobility Singapore. We are a start-up in Electric Vehicle. We would like to evaluate ThreadX RTOS for our Telematic ECU. Threadx RTOS is supports for Arm core M4, so is it possible to port Threadx to NXP S32K148 ? thanks
Azure RTOS
How to increase Azure RTOS GUIX performance
Hello, I designed my demo with Azure RTOS GUIX, And running it on a STM32H750-Disco board; The problem is, I'm getting around 15-18 fps from GUIX which is not ideal, how can I improve this? Some extra information that would help: I have 4…
Azure RTOS
Provide information for recommended "Size of the regular memory pool" used in "ux_system_initialize" API for Host/ device class
I want to know how i can finalize the recommended "Size of the regular memory pool" used in "ux_system_initialize" API while using USBX Host/ Device Class in my application code . Refer below code snipet : UINT…
Azure RTOS
How does the Azure IoT ADU service determine when an update succeeded?
Hi all, I'm working on a custom ADU agent implementation running on Mbed-OS. I am using the embedded ADU agent samples for Azure RTOS as a reference, but the documentation leaves some questions unanswered. It would be ideal if the "Device…
Azure RTOS
Azure RTOS:where can I get support for PIC24?
ThreadX was available for PIC24. Now that Azure RTOS exists where can I get support for PIC24?
Azure RTOS
I'm experiencing big spikes in execution time for lx_nor_flash_defragment() or lx_nor_flash_partial_defragment() that seem to grow with each execution cycle, any known issue or possible solution?
I am running a simple test to determine performance impact of the two defragmentation operation on our system and have noticed that after a certain number of execution cycles the execution of either defrag function starts to experience large (and…
Azure RTOS
NetXDuo Windows Port
Hello together, I have a question regarding the possiblity to port NetXDuo to Windows. Let me explain what I plan to do. We are running AzureRTOS ThreadX + NetXDuo on one of our products which has an STM32H7 on it. So far it runs and works fine. But…
Azure RTOS
ThreadX Event Flags
Is it possible to call the "tx_event_flags_set()" function from an Interrupt Service Routine? I am referring this link for the ThreadX Event Flags related API's https://learn.microsoft.com/en-us/azure/rtos/threadx/overview-threadx …
Azure RTOS
USBX with Asix AX88772B not working on an STM32H723
Hello, I've seen, that the USBX host stack supports the ASIX AX88772B chip. Our goal is to connect an USB-to-LAN-converter to an STM32H7-Controller. So I setup everything (ThreadX, NetXDuo and USBX) and the AX88772B gets initialized without any…
Azure RTOS
Look for a ThreadX SMP project for parallel computing
Hi all Is there an example of ThreadX SMP parallel computing?
Azure RTOS

Azure RTOS MxChip App Wifi and Device Configuration
The tutorial for MxChip app quickstart-devkit-mxchip-az3166-iot-hub requires the developer to set build time configuration such as Wifi and Device connection strings in the 'azure_cofig.h" file. This means that the app needs to be built for each…
Azure RTOS
Azure IoT SDK
Thread SMP cortex a53 4 core
I have ported Threadx smp to the cortex-A53 4 core platform, and I have created 4 threads. The 4 threads are thread0, thread1, thread2, thread3. I set thread0 priority to 1. The priority of thread1 and thread2 is set to 2. The priority of thread3 is set…
Azure RTOS
Teleconference on Medical Application for Azure RTOS
I contacted Karina Hernandez trying to set up a teleconference to discuss a number of question regarding the use of Azure RTOS embedded in a medical surgical robot, however after an initial response from her, I have been unable to get in contact with her…
Azure RTOS
Azure USBX does not work properly on STM32F105
I first refer to the x-cube-azrtos-h7 example on STM32 H7 to migrate ThreadX and USBX. CDC HID, including the combination of the two, have been tested, and they all work normally. Then I ported ThreadX and USBX on STM32 F105RBT6. Currently, they can…