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.

Could it be possible to configure endianess in the PCI controller (TMS320C6455)?

Other Parts Discussed in Thread: TMS320C6455

Hello,

We're working with TMS320C6455 and we're trying to configure PCI communication with one General Purpose Processor. The DSP is working in slave mode. Our configuration is the following:

 

    /* Configure PCI */
    PCI_CSRMIR     = 0x02200412;
    PCI_BAR0MSK     = 0xFFFF0000;
    PCI_SLVCNTL     = 0x00070001;
    PCI_BAR0TRL     = 0xE0000000;
    PCI_BINTSET  = 0x80000000;
    PCI_BAR0MIR  = 0xBD800000;

We've a doubt regarding how PCI on TMS320C6455 is working. Are there any configuration parameter in the PCI controller that allow us to change the endianess of the PCI bus? Could it be possible that the endianes of the PCI bus can be managed by the DDR2 controller?

Any help/ information will be very appreciated.

Many Thanks in advance

Kind Regards