#define LOS_ERRNO_TSK_STKSZ_NOT_ALIGN   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x02)

Task error code: The task stack is not aligned.

Value: 0x02000202

Solution: Align the task stack.

在文件los_task.h84行定义。