In my program, the adsp21569 communicates with mcu using spi2. MCU is master, and 21569 is in slave mode.
Using ICE1000, in debug mode, It work well.
but when I use mcu to boot adsp with the format of spi slave boot. spi2 can't work well. it can't receive any thing.
I though It may need more action when using spi2 in spi slave boot mode. But I don't know what to do.