341 questions with Azure RTOS tags

Sort by: Updated
1 answer

STM32H745 - Dual Core, ThreadX and Queues

First, I will say what I am trying to accomplish then my approach and finally my issue. The STM32H745 MCPU is a dual core device. It has a Cortex-M7 and a Cortex-M4. I would like to use both cores for my project and I would like to be able to share…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-04-03T13:03:31.6+00:00
Jason Gauthier 0 Reputation points
commented 2023-04-24T21:42:34.2966667+00:00
LeelaRajeshSayana-MSFT 17,771 Reputation points Moderator
1 answer

Azure RTOS Safety certification when ports are edited

Hi, we are evaluating Azure RTOS for our next projects based on safety: for our scope, we need to edit a line of the function __tx_ts_new (_tx_thread_schedule.S file of the Cortex M33 port). Safety certification would be still valid? Alessandro

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-04-04T08:36:00.1233333+00:00
amorniroli 0 Reputation points
commented 2023-04-12T04:39:16.52+00:00
AshokPeddakotla-MSFT 35,976 Reputation points Moderator
2 answers

Stack Frame offsets listed in readme_threadx.txt do not match actual offsets in memory.

From the cortex-a9 readme_threadx.txt. When getting the tx_thread_stack_ptr I expect the frame pointer to be at offset 0x34 or 0x24 from that address. However the offset to the frame pointer for the current thread is actually 0x19C based on the value…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-30T13:51:28.36+00:00
Ryan 0 Reputation points
commented 2023-04-05T03:59:01.01+00:00
Scott Azure RTOS 4,051 Reputation points
2 answers

ThreadX SMP Thread Blocking Lower Priority Threads Despite Cores Being Available

I had previously asked a related question to the topic found here. From that, I was able to get a working port of ThreadX SMP for the hardware I am using. Using that port, I then proceeded to run the test that gave me issues initially and I am seeing the…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-08T18:35:59.12+00:00
Collin 0 Reputation points
answered 2023-04-04T18:27:28.02+00:00
Scott Azure RTOS 4,051 Reputation points
3 answers

tx_thread_sleep not sleeping for desired time

Hello, I have the following line, assert(TX_SUCCESS==tx_thread_sleep(2)); I can see that the thread is generally not sleeping at all. There are no calls to tx_thread_wait_abort in the code. What might be causing the thread to ignore the sleep?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-16T17:37:38.53+00:00
Michael Fowler 131 Reputation points
answered 2023-04-04T16:09:20.8033333+00:00
QuantumCache 20,371 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

NOR flash - Can I partition the memory of 1 device?

I am using Azure FileX on an embedded processor (the Micron MT25TL01G chip), and it is working. But I would prefer to partition the memory into 2 sections (this will allow speeding up initialization when the chip is unformatted - I only need to initially…

Azure Internet of Things
Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-22T19:57:20.3666667+00:00
Mike Wilson 20 Reputation points
accepted 2023-03-30T15:27:50.7333333+00:00
Mike Wilson 20 Reputation points
2 answers

Callback from residential portion to ThreadX module with synchronous result

Hello This is a follow-up request to https://learn.microsoft.com/en-us/answers/questions/1185090/callback-from-residential-portion-to-threadx-modul. I was asked to clarify related questions. We still have the situation that a third library within the…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-15T17:07:29.47+00:00
HugPeter-9392 246 Reputation points
edited an answer 2023-03-29T07:00:30.3566667+00:00
HugPeter-9392 246 Reputation points
2 answers

Azure RTOS and ESP32: Using the Micro-Agent for Microsoft Defender for IoT

Hi, I'm currently using an ESP32 device with the Azure IoT SDK (ESP-IDF framework) to send sensor data to an Azure IoT hub. I'm interested in adding Microsoft Defender for IoT to my application to enhance security and threat detection capabilities. I…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
228 questions
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
asked 2023-03-07T07:51:40.8866667+00:00
Abhithlal c 0 Reputation points
commented 2023-03-28T08:38:12.4133333+00:00
AshokPeddakotla-MSFT 35,976 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

Callback from residential portion to ThreadX module

Hello Background We get a communication stack/library. This communication stack should be part of the residential portion of the solution. This library happens to expose a series of callbacks that we need to serve in time. Different products are planned.…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-02-28T13:55:13.9366667+00:00
HugPeter-9392 246 Reputation points
commented 2023-03-27T20:34:40.2666667+00:00
Scott Azure RTOS 4,051 Reputation points
2 answers

Internal error NX_SECURE_TLS_INVALID_STATE when connecting to a NetX Duo Secure server

I have followed the documentation https://learn.microsoft.com/en-us/azure/rtos/netx-duo/netx-secure-tls/chapter2 to create a tls server with the NetX Duo Secure addon. When I connect to the server and when i process the client hello, i get an internal…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-10T11:13:27.5833333+00:00
Grégoire DEFOY 20 Reputation points
commented 2023-03-24T06:40:16.63+00:00
PRADEEPCHEEKATLA 90,736 Reputation points Moderator
1 answer

How to generate .bin from web files (Web server application)

Hi everybody, I am working with AZURE RTOS and I have implemented an HTTP web server application. I started from the example available in CubeIDE. Everything is working properly but now I need to modifiy the HTTP web page. For this, it is necessary…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-04-06T09:01:42.617+00:00
Alexis Galindo Flores 6 Reputation points
commented 2023-03-21T02:56:37.9733333+00:00
BrainH 0 Reputation points
1 answer One of the answers was accepted by the question author.

About OpenTypeFont

Here is a question from one of our customers. Do GUIX and GUIX Studio support OpenTypeFont files?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-03-14T04:02:16.58+00:00
k.kaneko 161 Reputation points
accepted 2023-03-16T04:08:14.02+00:00
k.kaneko 161 Reputation points
1 answer

How to use and adapt iot-middleware-freertos-samples on STMF407 and custom made PCB?

I want to make ADU - azure Device Update with OTA- over the air update, using this samples. I will NOT be using that IoT board. My PCB will have STM32 F407, SIM module for internet.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-02-09T12:36:50.13+00:00
David Kenko 0 Reputation points
commented 2023-03-13T22:07:32.3266667+00:00
LeelaRajeshSayana-MSFT 17,771 Reputation points Moderator
1 answer

NetXDuo with MQTT on STM32F4 - Big data transmission restrictions

For testing purposes, we need to check what would be a maximum single data transfer using MQTT library on NetXDuo. This implies both the publishing (STM32F4 sends data) and subscribing (STM32F4 receives data) procedure. The MQTT library allows for…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-02-02T08:48:02.2733333+00:00
Kirsten Jens 1 Reputation point
commented 2023-03-13T21:58:11.1033333+00:00
LeelaRajeshSayana-MSFT 17,771 Reputation points Moderator
2 answers

Hardfault with Threadx inter-thread messages in Debug build

Hello, I am encountering an hardfault when sending a message from one thread to another. With a debugger I could point the hardfault to the following instruction in the tx_queue_send function. The hardfault occurs upon reaching the instruction and the…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-02-22T11:18:43.1933333+00:00
Jean LAUNOIS 5 Reputation points
commented 2023-03-13T21:17:07.71+00:00
LeelaRajeshSayana-MSFT 17,771 Reputation points Moderator
0 answers

What am I missing? The names of the threads, queues, etc. are prototyped as char*.

But this causes an issue because one shouldn't (it violates sane rules) cast a "const char*" to a "char*". This would be necessary of you use a literal string in the call to the function. I locally changed all the prototypes for the…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
Developer technologies | C++
asked 2023-03-02T08:27:10.3733333+00:00
Gary Doe 0 Reputation points
commented 2023-03-13T15:49:46.7833333+00:00
AshokPeddakotla-MSFT 35,976 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

Azure RTOS available for ESP32 ?

I have an ESP -WROOM-32 from the manufacturer Espressif and would like to use it with the Azure RTOS? Is there a port available for this platform?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2021-03-10T19:34:34.923+00:00
Jimmy Mars 31 Reputation points
answered 2023-03-06T10:53:53.9333333+00:00
Abhithlal c 0 Reputation points
2 answers One of the answers was accepted by the question author.

nx_ip_link_status_change_notify_set not working

I registered a link_status_change callback, but it doesn't seem to be called. The IP interface is up, but I don't enter the callback, even when the ethernet is unplugged. I'm using the NXP iMXRT1050. VOID link_status_change_cb (NX_IP ip_ptr, UINT…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-11-07T20:17:29.397+00:00
Michael Fowler 131 Reputation points
accepted 2023-02-27T16:40:35.1933333+00:00
Michael Fowler 131 Reputation points
4 answers

Screen rotation in Azure GUIX

Hello, I am working with NXP MIMXRT1170-EVK evaluation board and portrait-oriented display. There is an example in MCUXpresso SDK which worked perfectly from the box, without exceptions. But I need to make a screen rotation to make it landscape-oriented.…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2022-07-27T07:31:01.567+00:00
Serhii Cherkasov 81 Reputation points
answered 2023-02-27T12:56:48.66+00:00
Serhii Cherkasov 81 Reputation points
1 answer One of the answers was accepted by the question author.

How to set up stacks for ThreadX in LP-AM243X platform?

I am trying to integrate ThreadX to Cortex-R5 based LP-AM243x microcontroller. I have started with a hello world project which just prints to serial terminal. My question is as follows: In the hello-world project, it already sets up stacks for different…

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
asked 2023-02-08T22:59:47.9166667+00:00
Sulav Lal Shrestha 361 Reputation points
accepted 2023-02-24T00:00:36.98+00:00
Sulav Lal Shrestha 361 Reputation points