Home > other >  Freertos two the same task priority, a crazy run, another into not to go, what reason?
Freertos two the same task priority, a crazy run, another into not to go, what reason?

Time:10-05

Freertos two the same task priority, a crazy run, another into not to go, what reason?

Please feel free to comment, thank you!

CodePudding user response:

Preemption or polling?

CodePudding user response:

Each task needs to delay or sleep similar statements, or we won't polling

CodePudding user response:

Principle,? VTaskDelay or want, I think I should is not the problem, may be the thread deadlock, or,,,?

CodePudding user response:

A task don't give up

CodePudding user response:

If stack overflow

CodePudding user response:

Open the time schedule?

CodePudding user response:

See configTICK_RATE_HZ Settings, delay lead to conflict, the same delay_ms vTaskDelay delay rather than using the sort of, I think better not set priority,

CodePudding user response:

To open the switch time slice configUSE_TIME_SLICING
  • Related