2019-08-21 04:52 AM
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!
Solved! Go to Solution.
2019-08-21 05:19 AM
Only STM32F1 remapped pins by groups. All newer STM32 allow individual remap. So you should be able to do as intended.
2019-08-21 05:19 AM
Only STM32F1 remapped pins by groups. All newer STM32 allow individual remap. So you should be able to do as intended.