STM32F407 SPI TXE flag Interrupt problem.
Posted on June 04, 2015 at 11:53Hi, I am using the STM32F407 SPI TXE and RXNE interrupts. The ISR checks if there is data to transmit or if any data is received. The data to be transmitted is filled outside the ISR and the TXE interrupt and CS is en...