在6678EVM上跑PA_emacExample_exampleProject,DSP发送到PC的包可以正常收到。该例程是采用中断接收数据包的,在PC上采用anysend给DSP发包,DSP不产生中断,请问这个是什么原因?是不是有需要修改的地方?
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.
在6678EVM上跑PA_emacExample_exampleProject,DSP发送到PC的包可以正常收到。该例程是采用中断接收数据包的,在PC上采用anysend给DSP发包,DSP不产生中断,请问这个是什么原因?是不是有需要修改的地方?
如cpsw_singlecore.c中有相关的说明,需要根据对端的地址修改MAC IP及port值。
* (3) Sets up the example application's configuration (MAC address
* it uses to send/recv data; IP address and port number it's listening
* on) in PA Subsystem so as to enable the PASS to forward all packets
* matching this configuration onto the application for processing.
* (a) Switch MAC address configured = 0x10:0x11:0x12:0x13:0x14:0x15
* (b) Example's IP address = 192.168.1.10
* (c) Example App's listening port = 0x5678
您好,我最近也在尝试运行这个例程,也是收不到PC端的数据,您能帮帮我吗,我卡在这个问题很久了。如果可以的话能麻烦您把您的工程上传下吗,万分感谢!