I am trying to run a Demo test as shown in the link below:
The simple blink test is passed but the comprehensive test ( mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 0) did not pass. I dont see any errors and no output at the Qemu serial terminal.
In the main_full.c file, the function vTaskDelayUntil( &xLastExecutionTime, xDelayPeriod ); never returns back. The value of mainTIMER_TEST_PERIOD is set to 50 by default. I still maintain #define mainNO_ERROR_CHECK_TASK_PERIOD pdMS_TO_TICKS( 5000UL )
as it is.
The tests were run on Windows 10 and Ubuntu 18.04.
Any help would be greatly appreciated.
Thanks in advance.
Thanks for the information. Could you please also let us know which version of FreeRTOS and which version of QEMU you are using so we can try to replicate the issue.