cancel
Showing results for 
Search instead for 
Did you mean: 

Used SPI 4 for two different interfaces

DKS
Associate II

Hi All,

I am using STM32F427ZIT6 MCU for one project. I connected SPI4 for two different interfaces by mistake. Pins 1,4,5 for one interface and pins 64,65,66,67 for one interface.

I want both the devices working simultaneously. Is there any solution for this?

Thanks.

1 REPLY 1

Simultaneously not, but you can switch between them simply by changing content of the respective GPIO_MODER registers.

JW