Used SPI 4 for two different interfaces
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-07 8: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.
Labels:
- Labels:
-
SPI
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-07 9:03 AM
Simultaneously not, but you can switch between them simply by changing content of the respective GPIO_MODER registers.
JW
