Test
Description:
Test to verify if downstream interrupt functionality can be configured and triggered at TMDS243EVM/TMDS64EVM PCIe EP.
Execution:
- On the pcie_enumeraute_ep sample
application set a breakpoint within the downstream interrupt service routine
void DwnStrIsr(void *args), and so on at line 196.
- Perform system reset, load and run
pcie_enumerate_ep on TMDS243EVM PCIe EP.
- On Linux-based RC hardware use GNU Debugger to
start RC sample application ti-sample-vfio. Set a breakpoint at
sendDwnStrIrq function, and so on at line 623.
- Run ti-sample-vfio. As the program stops
at sendDwnStrIrq continue and check if a downstream interrupt is
triggered at pcie_enumerate_ep
- On positive test result pcie_enumerate_ep
can halt at void DwnStrIsr(void *args) indicating that a downstream
interrupt is triggered successfully.