hello team,
we are using S32K144 64 pin package uC in our design. so we are using FlexIO SPI for as a slave configuration.
as mentioned below pins we are using SPI slave mode
| PINS | Pin Names |
| 3 | FlexIO SPI slave in Pin:FlexIO_D5 |
| 4 | FlexIO SPI slave out Pin:FlexIO_D4 |
| 5 | FlexIO SPI slave CS Pin:FlexIO_D7 |
| 6 | FlexIO SPI slave SCK Pin:FlexIO_D6 |
from the master side SPI fixed to Mode3 (i.e CPOL = 1 and CPHA = 1). so for uC FlexIO will support for Mode 3.
can please share the FlexIO timing diagram?
is there any limitation in FlexIO compared stadard LPSPI?