2021-07-20 04:23 AM
We are using the STM32H725IGT6 MCU. We are using 4 SPIs -> SPI1, SPI3, SPI4 and SPI6. We are able to communicate with the SPI slave on the SPI1, SPI3 and not able to with SPI4 and SPI6. We are able to see the SPI4 clock on the SCK pin, but there is no data sent out on the MOSI pin. The same behavior is observed with SPI6.
The configuration for all the SPI channells is same
2021-07-20 04:50 AM
Read out and check/post content of SPI and related GPIO registers.
JW
2021-07-20 05:48 AM
What board? Check that the pins are connected and initialized to what you think. Check that the AF selection is correct.