Dear all:
The CPU is CA8168, including C674x DSP + ARM Cortex-A8.
(1) I utilize mcasp to transfer data in ARM. But when I load the syslink.ko to implement other functions in DSP, the mcasp can't work and no data transfer.
(2) Then I change the order between mcasp and syslink.ko. The syslink.ko load first, then mcasp is used. But after engine_open() is called, the mcasp also can't work.
I don't know why the syslink.ko can affect the mcasp. The mcasp run in ARM, the syslink.ko and engine_open() is used to init DSP.
The mcasp transfer data by EDMA.
Thanks