SPI TXE flag interrupt
Posted on January 31, 2012 at 06:01I'm using the SPI TXE interrupt. My ISR simply checks to see if there is anything more to transmit in the buffer. If there is, it sends it, moves the buffer pointer, and returns. If there isn't anything left to ...