碰到一个比较奇怪的问题,IPC应该是RAM间的传输,速度怎么和SPI通讯速度相当。我用例程做实验传输16bit数据,时钟设置75M(M3)和150M(C28),M3发送到C28收到居然花费11us。将程序简化后,也需8us,另外用FIFO方式,发送接收32字节数据,M3发送到C28接收花费30us;这么长时间没法达到我的要求,请问大侠,如何提高速度?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
碰到一个比较奇怪的问题,IPC应该是RAM间的传输,速度怎么和SPI通讯速度相当。我用例程做实验传输16bit数据,时钟设置75M(M3)和150M(C28),M3发送到C28收到居然花费11us。将程序简化后,也需8us,另外用FIFO方式,发送接收32字节数据,M3发送到C28接收花费30us;这么长时间没法达到我的要求,请问大侠,如何提高速度?