SPI master reconfigure on nRF54L15

Hi,

I have an application with 2 SPI IC connected to the same SPIM port of nRF54L15.

These 2 ICs have different SPI mode:

A: SPI Mode 1 (CPOL 0 CPHA 1)

B: SPI Mode 0 (CPOL 0 CPHA 0)

Should I reconfigure SPI before each communication? Like this post suggested (devzone.nordicsemi.com/.../spi-master-reconfigure)

And how should I modify drivers on ncs 3.2.3 to do that?

Regards,

Yuan Bo 

Related