#define LOS_ERRNO_TICK_CFG_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x00)

Tick error code: The Tick configuration is incorrect.

Value: 0x02000400

Solution: Change values of the OS_SYS_CLOCK and LOSCFG_BASE_CORE_TICK_PER_SECOND system time configuration modules in Los_config.h.

在文件los_tick.h59行定义。