#define LOS_ERRNO_TICK_PER_SEC_TOO_SMALL   LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x02)

Tick error code: The number of Ticks is too small.

Value: 0x02000402

Solution: Change values of the OS_SYS_CLOCK and LOSCFG_BASE_CORE_TICK_PER_SECOND system time configuration modules according to the SysTick_Config function.

在文件los_tick.h79行定义。