SPI Communication with Peripherals in Different Modes (Mode 0 & Mode 1)
Good afternoon Team,
I am working on a project where I need to interface two SPI peripherals with an ST microcontroller (STM32G070RBT6).
One peripheral (ADS124S06) operates in SPI Mode 1 (CPOL=0, CPHA=1), and the other (64128L FC BW-RGB Display) in SPI Mode 0 (CPOL=0, CPHA=0).
Both peripherals must operate concurrently to ensure real-time data visualization.
Is it possible to use a single SPI interface for both peripherals, even though they require different modes?
- If yes, what is the best way to handle this? ---Should I reconfigure the SPI mode dynamically before communicating with each device?
Are there any potential timing or synchronization issues to consider?
Thank you in advance for your support!
