while doing setup for lpspi from m4 core and there is no sample code in SDK.
please help with a sample code for lpspi in imx8x M4 core.
core board: colibri imx8x board
evaluation board : colibri
With Regards,
Niraj S.
while doing setup for lpspi from m4 core and there is no sample code in SDK.
please help with a sample code for lpspi in imx8x M4 core.
core board: colibri imx8x board
evaluation board : colibri
With Regards,
Niraj S.
Hi @NirajS ,
The demos and drivers inside freeRTOS SDK is provided by NXP only and we are not developing/mainting it.
However, the driver source code is available inside the SDK
fsl_lpspi_freertos.h
fsl_lpspi_freertos.c
fsl_lpspi.h
fsl_lpspi.c
You can use it and create your own spi demo.