Ipspi in M4 core on colibri imx8x

Hy,
I am using colibri imx8x board and colibri evaluation board.

Am trying to setup lpspi from m4 core and i dindnt found any sample code in SDK. can anyone help with a sample code for spi in imx8x M4 core.

Hi @Ouseppachan ,
Similar ticket
We do not have any sample code at the moment but you can use the API’s available in your application
eg.fsl_lpspi_freertos.h
LPSPI_RTOS_Init
LPSPI_RTOS_Deinit
LPSPI_RTOS_Transfer
LPSPI_RTOS_Transfer

Thank you @sahil.tx. SpI is working good for me now…