Question
STM32H7S78-DK SPI4
Hello,
I am working with the STM32H7S78-DK board.
With STM32CubeMX 6.16.0, I open the provided board project STM32H7S78-DK.
I am surprised about the assignment of the SPI4 pins:
MX project SPI4 Pin Name:
PE6 = SPI4_MOSI
PE12 = SPI4_SCK
PE13 = SPI4_MISO
but uses the real hardware board
PE14 = SPI4_MOSI
PE12 = SPI4_SCK
PE13 = SPI4_MISO
