
Azure RTOS goes open-source as Eclipse ThreadX - Embedded
Nov 21, 2023 · ThreadX is IEC 61508, IEC 62304, ISO 26262, and EN 50128 conformance certified by SGS-TÜV Saar. ThreadX has also achieved EAL4+ Common Criteria security …
Experience of ThreadX? : r/embedded - Reddit
Mar 24, 2022 · Continuing my client's search for the best OS for their products (Zephyr was first choice), they have just asked about ThreadX. They want easy portability, a small application …
What aspects of ThreadX make it a realtime OS?
Dec 22, 2013 · Thanks for the pointer, however, it says in the wiki: Like most RTOSes, ThreadX uses a multitasking kernel with preemptive scheduling, fast interrupt response, memory …
Opinion on threadx? : r/embedded - Reddit
Threadx is way above the league of freertos. I have used threadx with renesas mcus and It was amazing. Renesas have already completed moved towards threadx and does not use freertos …
ThreadX (Azure) vs. FreeRTOS : r/embedded - Reddit
Jun 28, 2020 · Certainly, ThreadX being bought by Microsoft is not my ideal scenario, but I suspect it was a smart move given that FreeRTOS's domination of the RTOS market is …
What ThreadX uses to do its testing? - Stack Overflow
Aug 19, 2021 · ThreadX has a custom test suite, specifically written to test and certify the RTOS and middleware. For your application code on top of the RTOS you can use the suites you …
Triggering a periodic task from an interrupt in ThreadX
May 17, 2024 · My application wants to run a periodic task at a period of 200 microseconds (timing a bit TBD, but faster than 1 ms). One option could be to lower the system tick of …
ThreadX RAM issue on STM32 - Stack Overflow
Jan 25, 2023 · I'm currently starting to use ThreadX on a STM32 Nucleo-H723ZG (STM32H723ZG MCU). I noticed that when loading the Nx_TCP_Echo_Server / …
tx_time_get() always returns 0 in threadx module manager
Sep 5, 2022 · I am trying to calculate the time ticks, however tx_time_get() always returns 0 wherever I put it in modules or module manager of ThreadX E.G: ULONG start_time, …
What open-source Azure RTOS means to developers
Nov 28, 2023 · The Linux Foundations Zephyr RTOS is certification ready, but teams are responsible for the certification process and cost. Eclipse ThreadX will give teams access to a …