2019-10-07 08:32 AM
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.
2019-10-07 09:03 AM
Simultaneously not, but you can switch between them simply by changing content of the respective GPIO_MODER registers.
JW