cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F107 SPI3 Remap

mvonahnen
Associate III
Posted on January 23, 2015 at 18:55

Can some of the pins of a peripheral be remapped while others stay at their existing AF location?  I noticed in reference code on the STM32F107 that appears that some of the pins are remapped, but not all of them.

I want to dynamically remap the SS pin for SPI3 to drive two devices, can this be done without moving the MISO, MOSI, and SCLK pins?
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Posted on January 23, 2015 at 19:18

What does the Reference Manual suggest?

Drive the Chip Select as a GPIO, then you can use any pin(s) you want.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..