Wortk with S32K314 + FreeRTOS.
In the Contexts window, some tasks cannot display information such as Name, Type, and Stack Information, but can display CPU load and other information.
Why can't I view the information for these tasks? Did I miss anything?
Only edit the following code.
#ifndef BUFFER_SIZE_UP
#define BUFFER_SIZE_UP (10240)//(1024) // Size of the buffer for terminal output of target, up to host (Default: 1k)
#endif
What shounld I do to solve this problem?Thanks.
In the Contexts window, some tasks cannot display information such as Name, Type, and Stack Information, but can display CPU load and other information.
Why can't I view the information for these tasks? Did I miss anything?
Only edit the following code.
#ifndef BUFFER_SIZE_UP
#define BUFFER_SIZE_UP (10240)//(1024) // Size of the buffer for terminal output of target, up to host (Default: 1k)
#endif
What shounld I do to solve this problem?Thanks.