2025-05-03 6:13 AM
Hi STM32 Community,
I am currently configuring ThreadX on STM32CubeIDE version 1.18.0.
I am able to create tasks successfully, but after entering the tasks, I have encountered an issue where the tasks are not being scheduled properly.
In brief, I am facing a similar problem as described in this thread:
(https://community.st.com/t5/stm32-mpus-embedded-software-and/stm32mp135-dk-test-threadx/m-p/710219).
However, when I use the example project from the STM32Cube repository:
- Path: \STM32Cube_Repository\STM32Cube_FW_MP13_V1.2.0\Projects\STM32MP135C-DK\Applications\ThreadX\Tx_Thread_Creation
- This example runs perfectly fine on my development board.
My question is: Is there an incompatibility in STM32CubeIDE V1.18.0 that prevents the creation of properly functioning ThreadX tasks? If so, could you please confirm and provide any insights?
Thank you for your help!