Hi All
I was trying FreeRTOS_demo project on my maxim max32xxx EV-kit.
problem I faced was I was unable to printout any variables from printf() function inside the task_function that is because of default stack size (128 words )of that project. try using larger stack size instead of default one you will get the result.
thank you.
An alternative, tiny, third party, and limited functionality implementation of sprintf() is provided in many of the FreeRTOS/Demo sub-directories in a file called printf-stdarg.c (note
printf-stdarg.c does not provide a full snprintf() implementation!).
1 Like