#define LOS_ERRNO_SEM_NO_MEMORY   LOS_ERRNO_OS_ERROR(LOS_MOD_SEM, 0x00)

Semaphore error code: The memory is insufficient.

Value: 0x02000700

Solution: Allocate more memory.

在文件los_sem.h62行定义。