Question
STM32F4 SPI peripherals can only suport one mode at the time?
Posted on June 29, 2015 at 17:42
Hi,
I am deling with several devices on 3 SPI buses. SPI1 has 4 sensors all mode 0, SPI2 has 2 sensors in mode 3 and SPI3 one flash in mode 2.As far as I can see, there is only one register to configure the SPI peripheral mode, and that can easily become an issue. Am I overlooking any other configuration setup? if not, what is the best way to overcome this inconvenience?Any suggestion is more than appreciated.