STM32F746 Discovery: spi slave nss input doesn't work correctly
We use STM32F746 discovery board and run stm32f7 as spi slave with nss as sync signal between each byte. The master drives nss, clk and mosi pins. Clock is 250khz and processing is done in interrupt. Every 100ms 1 byte is transferred. Sometimes the s...