On {$KSDK_PATH}/platform/drivers/inc/ there are fsl_spi_*_driver.h, fsl_dspi_*_driver.h, fsl_spi_dma_*_driver.h and fsl_dspi_dma_*_driver.h, what's the difference between them, * is master or slave?
When i use fsl_spi* for configure, i have errors because some variables are not defined; but when use fls_dspi* haven't problem.
And also please, could you give me an example of how to use spi to communicate with other MCUs?
thanks