Posted on December 17, 2012 at 16:00
I'm working with the STM32F407VG chip (both on the STM32F4Discovery board and a custom board) and having trouble with the SPI port chip select in master mode. The following is the minimal code to demonstrate ...
Posted on December 17, 2012 at 17:31
Thanks for the response. The behavior remains the same with this loop:
while(1)
{
SPI_I2S_SendData(SPI2, 0xC3C3);
delay_us(10);
}
My logic analyzer shows that the word takes 0.75us to clock on...