mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
a188cf3480
After warm reset the interrupt source in the HW block is not explicitly cleared, thus once the interrupt source is enabled the old / stale interrupt fires immediately. This causes a DEBUGASSERT() failure on line 808 mpfs_spi_unload_rx_fifo: DEBUGASSERT(nwords > 0);