#define LOS_ERRNO_QUEUE_WRITE_IN_INTERRUPT   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x09)

Queue error code: The queue cannot be written during an interrupt when the time for waiting to processing the queue expires.

Value: 0x02000609

Solution: Set the expiry time to the never-waiting mode, or use asynchronous queues.

在文件los_queue.h150行定义。