I met a problem when i use DMA and SPI components
I add a fsl_dspi component which came up with a referenced component called fsl_dma.
But I can not find configurations such as source address , destination address in the component of fsl_dma .
However in the component Init_eDMA , I can find these configurations.
When i add Init_eDMA ,it occurred an error as follow lists.




How should I add components and use when i want use spi and dma .
So if someone knows, please ...