Synchronizing SPI in STM32F107
Hello,In my project, I connected two MCUs to each other (MISO->MISO, MOSI->MOSI, SCK->SCK). I define a new pin as the CS pin (PORTC.10). But in my receiver the sequence is wrong. Here is my code( For example I send 1234 but I get something else, some...