#define LOS_ERRNO_SWTMR_HWI_ACTIVE   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x09)

Software timer error code: The software timer is being used during an interrupt.

Value: 0x02000309

Solution: Change the source code and do not use the software timer during an interrupt.

在文件los_swtmr.h150行定义。