Threadx Module debug with jtag
Hello When the ThreadX module manager loads a module in binary form(not elf form) through the function _txm_module_manager_in_place_load, the binary does not carry any debugging information. Is there a way to debug the module through…
[Azure RTOS Thread X version 6.1.9] _nx_secure_x509_pkcs1_rsa_private_key_parse returns NX_SECURE_PKCS1_INVALID_PRIVATE_KEY error
I am using an STM32H735 board with Azure RTOS (ThreadX version 6.1.9). I am trying to connect the board to an Azure IoT Hub Device configured with x.509 self-signed authentication type. I have created the X.509 self-signed certificate using openssl and…
Azure RTOS NetxDuo mDNS domain set issue
Hello, My issue is related to:- Middleware: Azure RTOS Middleware Component: NetxDuo (6.2.0) Addon: mDNS MCU: STM32H733 I am using Azure RTOS with NetxDuo, I implemented a secure https server in my device and implemented mDNS which was working very well…
monti-accelera-sulla-riforma-del-lavoro.html
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Título de la página</title> </head> <body> <p>DEFINITIVAMENTE EL DOCUMENTO…
threadX port RISCV-64 compatible with netx ?
Hello, I have ported threadX for a RISCV-64 architecture. It seems in tx_port.h that ULONG is set to 8 bytes. However, I think netX has been designed to support ULONG as only 4 bytes. Can you confirm ? Best regards
In fx_media_format() function, what should be the value of sector_size parameter?
In filex function fx_media_format(), sector_size if one of the arguments. Does this sector_size represent flash device sector size or logical sector size as in in LX_NOR_SECTOR_SIZE which is always 512 bytes or 128 ULONG words?
How can I send queries from multiple clients to an Azure RTOS NetX TCP/IP server application with the same IP and port using an STM32H5 series MCU?
In my project, I have a TCP/IP server application running. My main problem is that only one client can connect to the same IP and port at the same time. My project requirement is that multiple clients should be able to send queries to the same IP and…
stm32h563 Azure RTOS Netx Multihome Support
Hello, I have created and executed a TCP server project with Azure NetX library using Ethernet. Additionally, I need multihome support in this project. I want multiple clients to connect to a device with a single IP. Can you assist me with this? status =…
Connect to Amazon IoT using NetXDuo
Hi, I'm testing the connection to cloud services using MQTT. Successfully connected to Azure IoT Hub, but I have a problem with Amazon IoT Core. As far as I see to connect to Azure IoT Hub I am using a username/password and root_ac certificate. …
Question about LevelX NAND defrag
Hi, I am using LevelX (6.4.1) with NAND flash. In my test, I created a 64MB disk and repeatedly cycled through writing, reading, and deleting ten 200KB files. After several cycles, I can no longer write files because the free block list tail is 0,…
Looking for ThreadX project examples running on Xilinx microblaze
Hi, In the ThreadX documents it is written that ThreadX support Xilinx Microblaze but I can Not find an example for that.
Integrating BSD library with Azure threadx RTOS
Hi , I need to integrate BSD socket library into threadx RTOS for development. I followed the steps mentioned in the page https://learn.microsoft.com/en-us/azure/rtos/netx-duo/netx-duo-bsd/chapter1 I observe re-declaration error with the steps…
The maximum size of telemetry that can be sent to IoTHUB with NetXduo is 16KB instead of 256KB.
Dear support team, Our customer is currently developing a product that uses Azure RTOS to send periodic telemetry to Azure IoT Hub. According to the specifications of IoT Hub, the maximum message size is 256KB, but it seems that currently only messages…
Maximize FileX write speeds
I am using FileX to write JPEG data into an SD card, using an STM32 chip. My project is trying to maximize the JPEG resolution/framerate, so I need my FileX writes to execute as quickly as possible. My current setup has 38,400 bytes of data available for…
Regarding SMP and AMP in ThreadX
I am starting a new project with STM32H747 which comes with cortex M4 and M7 dual cores. I know that STM32 Cude IDE provides support for Azure ThreadX directly, however, I am confused about the following in terms of multicore implementation of ThreadX: …
Security fixes in 6.3.0
Can anyone tell me what actual code changes where made in 6.3.0 to address the security issues listed in https://github.com/eclipse-threadx/netxduo/security in…
USBX Audio Class [Speaker + Microphone] enumeration problem
I am currently developing an audio application that supports both speaker and microphone functionality on an STM32 microcontroller. However, I am facing an issue related to USB descriptor enumeration. I am working on fixing this problem to ensure the…
Why available size of flash(obtained using fx_media_space_available) remains same irrespective of hidden sectors argument in fx_media_format?
I am using NOR flash with 32Mb size and 4KB sector size. When flash is formatted with 100 hidden sectors, available space obtained from fx_media_space_available is 4177920. When flash is formatted with 300 hidden sectors(or 0 hidden sectors), available…
How to create multiple partitions using filex APIs ?
In the Filex user guide, it is mentioned that there is support for multiple partitions. But there are no APIs in filex driver as in latest git repo, which can create multiple partitions. Also there is one function call - _fx_partition_offset_calculate -…
GUIX Color Format Order (ARGB, RGBA, etc.)
Hello MS Support Team, I'm trying out GUIX with ThreadX as RTOS on a MCU with a display connected to the MCU. I was able to run the demo demo_guix_washing_machine which is included in the Github Repository. Unfortunately, the colors are not correct,…