Question about configTICK_RATE_HZ on FreeRTOS related with Task time ?
Posted on March 31, 2017 at 13:47Everyone,I have a question about configTICK_RATE_HZ ((TickType_t)1000) related with my Task,How can I make it slower if my task is a lot slower than 1000Hz, for example it needs 5s or more to finish ?Thanks#freertos ...