STM32H7 - SPI test will not work unless I add pull down resistors to the MISO line
I have a test running on a Nucleo-H743ZI2 board which consist on a SPI master and a SPI slave sending data to each other. In particular, the master sends the slave the following sequence: {0xaaaaaaaa, 0x55555555} and the slave sends the master the op...