while using freertos_ex1_c28x_led_blinky_syscfg example.
i want to set the time for each Thread/Task (i.e. Task1 at 5 msec and task 2 at 1 msec).
but i am not able to get it as Vtaskscheduler() is not accessable also.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
while using freertos_ex1_c28x_led_blinky_syscfg example.
i want to set the time for each Thread/Task (i.e. Task1 at 5 msec and task 2 at 1 msec).
but i am not able to get it as Vtaskscheduler() is not accessable also.
Hi,
Can you please explain the issue? Are you trying to change the delay used in the task?
Regards,
Veena
i want to set task2 to be called at every 5 msec and exit after performing that task.but as I am unable to understand here how scheduling of task 2 is done i am unable to do it.
by changing vTaskDelay() minimum time that i can get is 20 msec.