Hi!
An interrupt on D5 (attachInterrupt(D5, ...)) works fine, but when there is an active SPI interrupt (spi_irq_enable(SPI1, SPI_TXE_INTERRUPT);) it stops firing. The SPI interrupt works as expected. Is this a hardware related issue? Or some libmaple bug? Or my mistake?