You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTOS will crash if there's a FIFO underrun/overrun because of a z_irq_spurious() call in the error ISR. Issue was observed while adding support for a new platform in SOF.
Expected behavior
RTOS shouldn't crash. Instead, the error flag should be cleared and the transmit/receive operations should continue.