threadx icon indicating copy to clipboard operation
threadx copied to clipboard

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.

Results 138 threadx issues
Sort by recently updated
recently updated
newest added

When building ThreadX for ARM Cortex-A34 in AMP mode using the GNU toolchain, the **tx_initialize_low_leve**l file contains the following sequence to save the first available memory address: **tx_initialize_low_level.S** /* Save...

bug
hardware

- COndition -> Condition - "into a semaphore a cast" ? With the double space between "semaphore" and 'a'? https://github.com/eclipse-threadx/threadx/blob/485a02faec6edccef14812ddce6844af1d7d2eef/utility/rtos_compatibility_layers/posix/px_cond_signal.c#L92

**Describe the bug** When we call the `tx_semaphore_get()` API with `wait_option` value other than `TX_WAIT_FOREVER` and `TX_NO_WAIT`, if no instances of the specified counting semaphore is available, the API will...

bug
hardware

CMake is lacking support of modules enabled kernel. Popular CMake use case is to fetch external dependencies with FetchContent. Desired behavior would be introduction of CMake flag (cache variable) that...

feature

I am running ThreadX from tag v6.4.1_rel with modules-enabled kernel. When compiled with TX_SINGLE_MODE_SECURE - it hard faults after first enter to the scheduler and PendSV interrupt. PendSV interrupt executes...

I’m encountering two issues while trying to compile a project that contains ThreadX (master branch) in a Win32 port using Visual Studio Code on Windows 10: Pointer type mismatch with...

bug
hardware

Hello are there available ports for RH850 & TC397 or compatible targets? I see they are listed on the docs: https://github.com/eclipse-threadx/rtos-docs However can't find them in the ports folder. Can...

![threadx_stack_ptr_problem](https://github.com/user-attachments/assets/d85ff914-f2dc-4b6a-bfe6-ab15ecee8788) ![threadx_stack_ptr_problem_2](https://github.com/user-attachments/assets/1ccf6a43-c11b-4647-bff0-ad6a19d514ca) ![threadx_stack_ptr_problem_3](https://github.com/user-attachments/assets/2344ca3f-4298-4459-b18a-f2922ac50c9f) General Information: Target Device: STM32H753ZI ThreadX Version: 6.4.1_rel **Describe the Bug** The tx_thread_stack_highest_ptr in ThreadX does not correctly represent the highest ever used point in the thread...

bug
hardware