#define OS_ERRNO_HWI_CB_UNAVAILABLE   LOS_ERRNO_OS_ERROR(LOS_MOD_HWI, 0x02)

Hardware interrupt error code: Insufficient interrupt resources for hardware interrupt creation.

Value: 0x02000902

Solution: Increase the configured maximum number of supported hardware interrupts.

在文件los_hwi.h202行定义。