Questions tagged [azure-rtos]

Developer docs: https://learn.microsoft.com/en-us/azure/rtos/ Source code and samples: https://github.com/azure-rtos

Azure RTOS is a small, fast, reliable, and easy-to-use real-time operating system (RTOS) for connecting deeply embedded sensors, devices, and gateways from the edge to the Internet of Things (IoT).

Learn more at: http://azure.com/rtos

24 questions
0
votes
1 answer

What ThreadX uses to do its testing?

I am a student developing a microcontroller application that uses the Azure RTOS ThreadX, and I never used tests and want to start doing unit testing, integration testing, and automatic tests. I found out the Ceedling and Google Test frameworks, but…
0
votes
2 answers

Azure RTOS how to signal multiples thread with single event?

I want to signal multiple threads with one event, what is the best way to do this? For example: Whenever 1 second passes, RTC interrupt occurs and it sets its related event flag, after that whichever thread waits for this event, starts running, and…
varstas
  • 335
  • 10
  • 19
0
votes
1 answer

ThreadX module manager memory

trying to build using IAR a sample of module and module_manager on STM32-H7 starting from the sample provided in "threadx-6.1.5_rel" and from https://learn.microsoft.com/en-us/azure/rtos/threadx-modules/chapter3 i keep getting called the…
0
votes
1 answer

Is there a way to run thread in USER Mode for azure-rtos (threadx)?

I have been playing around with azure-rtos (THREADX) and trying to port the OS for the cortex R5 based system. After looking at the port files, it seems that OS runs the threads in Supervisor (SVC) mode. For example, in the function…
0
votes
1 answer

What is the usage of the backtrace at the top of threadx stacks and why it size varies?

I see at the porting of threadx that in the top of each thread stack there are reserved uninitialized bytes, and then 16 zero bytes and just then the stack really begins. The zero bytes called there backtrace. At the arm ports it is 4 bytes…
arye
  • 458
  • 3
  • 15
0
votes
2 answers

ADB Equivalent for ThreadX

I'm interested in looking into the ThreadX RTOS and was wondering if anyone knew if there was an adb type equivalent in ThreadX. I'm imagining using a device with ThreadX and using some adb-like tool to view hte file system or push files to the…
user4500293
  • 621
  • 1
  • 7
  • 18
0
votes
2 answers

Why enable the interrupt so early on threadx scheduler on M4 port?

On threadx M4 port of pendsv interrupt implementation, which do the actual context switch of the multithread support of threadx, it shows all the during the procedure, the interrupt all opened without disabled like other rtos, like ucos, rtthread,…
-1
votes
1 answer

Azure RTOS running on one core of the CPU

A person asked a question with the following purpose at microsoft I want to use Intel Core I5 with virtualization, 2 cores for windows, another 2 cores for rtos(Azure RTOS). I have a laptop running Windows 10 Professional with CPU Intel Core…
Makkun
  • 33
  • 3
-1
votes
1 answer

Azure GUIX automated testing

Can one implement automated UI testing for any UI designed using Azure GUIX? I came across an earlier post asking the same question. Azure GUIX automated testing specifically for languages I searched for Azure Test Harness but could not find much on…
Archie
  • 153
  • 9
1
2