Forum Discussion
MPere4
New Contributor
7 years agoFreeRTOS and Nios II in a Cyclone IV FPGA: the system executes the task but not responding to vTaskDelay()
Hi. I am having trouble with a Nios II and FreeRTOS. I will post all the information I think is relevant, thank you in advance for reading and trying to help. I have this board, a Cyclone IV EP4CE6E...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
Please use this function as mentioned here in this link:
https://www.freertos.org/a00127.html
You are not following the desired definitions of the tick time.
void vTaskDelay( const TickType_t xTicksToDelay );
INCLUDE_vTaskDelay must be defined as 1 for this function to be available