Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
|
Hi Everyone, I am trying to transfer a block of data from DSP to PC via PCI master write. Somehow, I am not able to succeed. Could anyone please help in this regards: What I did in DSP codes was PCI_xfrConfigArgs(dspma_reg, pcima_reg, pcimc_reg); PCI_xfrStart(1); Somehow, I received a PCIMASTER abort interrupt. The data was not successful transfer to Host. Do I need to set any PCI configuration register value in order to make it work ? I appreciate any of your advice. Sincerely, Jay Huang |