Hello
can anyone will help with WB S32k344 (SPI Async loopback ) example code or something .
we are struggling here with it .
The scenario is like ,
We want to get SPI UP . we are configured SPI and called below functions .
Spi_Init(NULL_PTR);
Spi_SetAsyncMode(SPI_INTERRUPT_MODE);
Spi_SetupEB(0u, TxChBuf0, RxChBuf0, 20u);
WriteIB(1u, TxChBuf1);
Spi_AsyncTransmit(SpiConf_SpiSequence_SpiSequence_Slave);
but we are not able to check the clock pulses also on SPI_CLK line .
kindly guide us with method to verify all conditions to up spi .
1. one doubt i need to clerify about spi ?
SPIclk will get only when some data is transfering SPI_OUT or SPI_IN . is it corrct ?