#define LOS_ERRNO_EVENT_NOT_INITIALIZED   LOS_ERRNO_OS_ERROR(LOS_MOD_EVENT, 0x07)

Event reading error code: no initialized.

Value: 0x02001c07

Solution: Check whether the event is initialized.

在文件los_event.h147行定义。