#define LOS_ERRNO_TSK_NO_MEMORY   LOS_ERRNO_OS_FATAL(LOS_MOD_TSK, 0x00)

Task error code: Insufficient memory for task creation.

Value: 0x03000200

Solution: Allocate bigger memory partition to task creation.

在文件los_task.h64行定义。