Multiple SPI and I2C and UART ports on the STM32 #1981
-
Beta Was this translation helpful? Give feedback.
Answered by
fpistm
Oct 3, 2023
Replies: 1 comment 18 replies
-
Fo SPI, simply change default pins: https://github.com/stm32duino/Arduino_Core_STM32/wiki/API#change-default-spi-instance-pins For I2C also read the wiki. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well this is linked to the component library which do not allow this. So you have to use the same SPI with different CS or modify the library to simply use the second SPI.