Hello,
I´m using S32K144 LPSPI1 with SDK and try to switch the CS with
LPSPI_SetPcs(LPSPICOM1, LPSPI_PCS2);
and also with
LPSPI_DRV_MasterConfigureBus(LPSPICOM1, &lpspiCom1_MasterConfig3, NULL);
but it will always use the CS configured in the first
LPSPI_DRV_MasterInit(LPSPICOM1, &lspi1_state, &lpspiCom1_MasterConfig1);
even if I have a Config for all CS. How can I use it inside SDK?
Thanks
peter