#define LOS_ERRNO_TSK_STKSZ_TOO_LARGE   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x20)

Task error code: The task stack size is too large.

Value: 0x02000220

Solution: shrink the task stack size parameter.

在文件los_task.h354行定义。