Posted on September 13, 2012 at 23:40I'm tring to set up SPI2 as a master SPI device to communicate with another device. After configuring the clocks, GPIO and SPI device, I wait for SPI_I2S_FLAG_TXE to clear before writing. But the flag never cle...