I use a share buffer to recv Enthernet and write SD card synchronously。the buffer designed like a fifo,after write a 512 bytes block, mark it。when block is full enough ,begin sd write。both of them use SPI port,SD is SSI0, Enthernet is SSI1。 but when two DMA work together,the data to operate in wrong length,maybe lost some byte。
I create a test project,and begin two SSI DMA。in vary length,One SSI send right data,the other lost some。
is it can not work together?