
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 certification. These certifications are a big differentiator, and are unprecedented in the industry. They are a game changer, as there are currently no open source RTOS’s which have them.
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 (well under 64KB), support for TI, Renesas and other low end parts as well as Cortex-M, and BLE on some devices - an incompatible wish list in my view.
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 squeezing all of the traditional commercial RTOSes (e.g. vxWorks, …
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 at all. St is also moving towards threadx , there c or g series are now only configured by threadx.
How to simulate ThreadX application on Windows OS
Dec 22, 2013 · First observe that each threadx system call has an equivalent posix call except for events. So your threadx program can run as a single process using posix threads, mutexes, etc. Events can be handled by an external library (there are a few out there). If you find this difficult in windows then the simplest thing to do is set up a linux vm.
Choosing Between FreeRTOS and ThreadX for STM32H Series
Apr 20, 2024 · Threadx is miles apart though honestly you need to configure it little bit better for get performance from it. But threadx is super stable, its library stack is easy to use and very good. I used its tcp and http stack marvelous. But I have noticed some performance drop in threadx though it could be due to my configuration being bad.
Is anyone using Azur RTOS (ThreadX) on STM32 : r/embedded
Dec 18, 2021 · The reason ThreadX popped onto my radar is because another department in my company is already an Azure certified member (not sure which tier). So depending on how easy ThreadX is to use and how suited it is for the things we usually do at work, I can propose to use it for future projects. But I agree, licensing could be a limiting factor.
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 / Nx_TCP_Echo_Client projects from CubeMX, the RAM gets filled up pretty much to the top, which makes me wonder, how I'm supposed to add my own code and data here.
threadx - MPU subregions security for STM32H7 - Stack Overflow
Aug 18, 2022 · can you point out the file where the reconfiguration is happening? I checked the documentation, the background region is optional, does this means it is enabled by default, and the subregions in the example that are configured without MPU protection(On-chip peripheral address space, external RAM, Shared device space) are considered privileged and thereby protected from other regions as they ...
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, current_time=0, cycle_time=0;