Skip to main content
gerson74
Associate II
August 21, 2019
Solved

SPI in STM32F429 176-pin

  • August 21, 2019
  • 1 reply
  • 756 views

Hi, is it possible to independently choose the pins related to the SPI or are there constraints?For example can i set this pin :

SPI5_CP_CLK PH6

SPI5_CP_MISO PH7

SPI5_CP_MOSI PF9

Thank you!

This topic has been closed for replies.
Best answer by Uwe Bonnes

Only STM32F1 remapped pins by groups. All newer STM32 allow individual remap. So you should be able to do as intended.

1 reply

Uwe Bonnes
Uwe BonnesBest answer
Chief
August 21, 2019

Only STM32F1 remapped pins by groups. All newer STM32 allow individual remap. So you should be able to do as intended.