Resolved! How do I know if the SPI is correctly working, if I can only check on the master's board?
I have an STM32F429ZI Nucleo board (for SPI master and UART to check everything's working alright) and an EVB-LAN9252-SPI board(for SPI slave).I have to check if the SPI is correctly working, but it seems that I can't debug or check on the slave's si...