Hello, I have to use SPI1, SPI2 and SPI3 to communicate with 3 ATmega32 boards(11MHz / 16MHz). I'm testing with STM32F407G-DISC1. My configuration and functions are as given below. void SPI3_Config(void)
{
GPIO_InitTypeDef GPIO_InitStru...
But SPI1 works perfectly and SPI2 Also works fine for most of times (Issue occurs sometimes in data send from ATmega only). And I was working on that. Now I got data in SPI3 also. But sometimes it is not working. So I would like to confirm that my co...