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.

TCI6638K2K PCIE Legacy Interrupt

Other Parts Discussed in Thread: TMS320C6670

Experts advise the following questions:

1.if the TCI6638K2K supports Legacy  PCIE Interrupt Generation in EP Mode?

2. Set the following steps


disable MSI Interrupt

    *(volatile unsigned int*)(0x21801050) = 0x807005;

enable Legacy Interrupt INTA、B、C、D
    *(volatile unsigned int*)(0x21800188) |= 0x1;
    *(volatile unsigned int*)(0x21800198) |= 0x1;
    *(volatile unsigned int*)(0x218001a8) |= 0x1;
    *(volatile unsigned int*)(0x218001b8) |= 0x1;

Generate an interrupt
(*(unsigned int*)0x21800064)=0x1;

PC (win7): Windriver can not receive interrupts