Problem with thread startup after power cycle on embedded application
Hello,
My application is loaded via flash memory. Four threads are created and they seem to be generated correctly because when the board is connected to the computer, all the threads run well. But if I disconnect the power and then turn it back on, the threads no longer run.
Systick is used for ThreadX and TIM6 is used for HAL-Tick.
But the scheduler does not start the threads. I do not understand why. I am new to threads.
Has anyone encountered a similar problem and have solutions to suggest? Please
I am attaching the file app_thread.c
