1. Replace the folowing files in MCU+ SDK for AM263x 08.08.00.24 with the ones in this folder:
	source/drivers/edma/v0/edma.c
	source/drivers/mcspi/v0/dma/edma/mcspi_dma_edma.c
	source/drivers/mcspi/v0/dma/edma/mcspi_dma_edma.h

2. Re-build the MCU+ SDK libraries using the following commands:
	cd ${SDK_INSTALL_PATH}
	gmake -s libs PROFILE=release

3. Re-build your McSPI application code (CCS project)