2024-08-19 02:59 AM
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?
I hope this helps! Let me know if you need further assistance.
2024-09-03 03:12 AM
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
2024-09-26 03:47 AM
Hello @SL1 ,
any updates on this issue ?
Regards