Attached example demonstrates SPI communication in Core mode for ADSP-21569
The SPI2 is configured as Master and SPI1 is configured as Slave. SPI2 transmits data to SPI1.
The connection are given as below:
SPI2_CLK (82) ---- SPI1_CLK(48)
SPI2_SEL2(37) ---- SPI1_SS(49)
SPI2_MOSI(84) ---- SPI1_MOSI(73)
SPI2_MISO(83) ---- SPI1_MISO(72)ADSP_21569_SPI.zip