HI
Now,I use backboard to maka AIF2 of 6670 to communicate with FPGA (defined as fpga2) using link from link2 to link5 and communicate with FPGA(defined as fpga1 which is at the same board with DSP) using link0 and link1.
The platform is 8x and enable scramber seed.
The chain using link0 and link1 to communicate with fpga1 is synchronous and could transmitte data in generic mode correctly.
But ,when we use link3 to communicate with FPGA2 using backboard,the synchronous status of RX is 0x220, which is in the status of asking for ack.
According to the standard of OBSAI,after I have transmitted the seed, the fpga 2 could captured the seed and transfered ack,then the status machine could jump correctly.
But after I use the code make link3 to change for link0 ,the scramber seed transmmitted by DSP can't be captuerd .
I'm confused ,could you tell me why ?