hello, joey_z . The attachment is the project I have configured. At present, the problems I have encountered are as follows:
1. In DMA mode, the slave sends data to the host, but the host cannot receive the data;
2. In spi interrupt mode, there will be a problem that one spi can send data, but the other SPI cannot.
3. When using multi-core spi, what is the startup sequence? I usually start multi-core at the same time, and then run core 0 and then Core 1.
4. Is there any conflict between the data sent by multiple spi in the multi-core version? I send a fixed number of multi-core spi data at different rates, but there is always loss. How should I check or solve it?
Thank you for your support and help.