Skip to main content
Associate II
August 19, 2024
Question

stm32mp135-DK Test ThreadX

  • August 19, 2024
  • 1 reply
  • 1486 views

I am conducting tests related to ThreadX using the 135 DK as a reference. I'm applying ThreadX-related content through Cube and testing it, but the thread doesn't exit from tx_thread_sleep. I've compared with the demo source and even followed the steps to register Tim6, but the problem persists. Is there a solution to this issue?

SL1_0-1724061399716.png

SL1_1-1724061519125.png

 

I hope this helps! Let me know if you need further assistance.

1 reply

ST Employee
September 3, 2024

Hello @SL1 ,

Have you seen the steps in this wiki page .

are you sure that DDR is properly initialized.

are you following all the steps described in the WIKI?
also don't forget to carefully pick thread priority and give all the necessary resources for the threads and scheduler to work properly.
I would recommend you take a ready to use example from Cube Firmware as a starting point and start evaluation the RTOS from there doing all the tests and changes.
Regards 

ST Employee
September 26, 2024

Hello @SL1 ,

any updates on this issue ?
Regards