First print out the number of bytes that remain in the FreeRTOS heap. This\r
can be viewed in the terminal IO window within the IAR Embedded Workbench. */\r
printf( "%d bytes of heap space remain unallocated\n", ( int ) xPortGetFreeHeapSize() );\r
- fflush( stdout );\r
\r
/* Just as a test of the port, and for no functional reason, check the task\r
parameter contains its expected value. */\r
the terminal IO window in the IAR\r
embedded workbench. */\r
printf( "\nTask\t Abs Time\t %%Time\n*****************************************" );\r
- fflush( stdout );\r
vTaskGetRunTimeStats( ( signed char * ) cBuffer );\r
printf( cBuffer );\r
- fflush( stdout );\r
\r
/* Also print out a message to\r
the LCD - in this case the\r