Why PCI9054 fails to assert pci interrupt when local interrupt input is pulled down? Any advice?
Hi all,
I am doing a project involving PCI9054.
I meet a problem of interrupt. I wanna assert a PCI interrupt using
the
LINT# pin which is set as input with the INTCSR register being setting
as:
0X0f000900. But when I pull down the level of LINT# that is drived by
FPGA, the INTCSR becomes 0X0f000100, that is, INTCSR[11](local
interrupt
input enable) is cleared and INTCSR[15](local input interrupt active)
fails
to be set 1. And also the interrupt handler is not called. I have no
idea
what the reason.
However, when I set INTCSR as 0X0f000800 (PCI interrupt is not
enabled)
and then pull down LINT#, the INTCSR can come to the ideal value:
0X0f008800. I dont know its the reason of WinDriver diagnostic program
or
the PCI9054 itself.
Any advice will be helpful, Thank u very much!
Leon,
.
Relevant Pages
- Re: Why PCI9054 fails to assert pci interrupt when local interrupt input is pulled down? Any advice
... I meet a problem of interrupt. ... LINT# pin which is set as input with the INTCSR register being setting ... FPGA, the INTCSR becomes 0X0f000100, that is, INTCSR(local interrupt ... when I set INTCSR as 0X0f000800 (PCI interrupt is not enabled) ... (comp.arch.fpga) - Why PCI9054 fails to assert pci interrupt when local interrupt input is pulled down? Any advice? Th
... I meet a problem of interrupt. ... LINT# pin which is set as input with the INTCSR register being setting ... FPGA, the INTCSR becomes 0X0f000100, that is, INTCSR(local interrupt ... when I set INTCSR as 0X0f000800 (PCI interrupt is not enabled) ... (comp.arch.fpga) - Re: dmesg: PCI interrupts are no longer routed automatically.........
... the ISR reads all the INTCSR ... If the PLX had been reset, then the INTCSR bits would all ... available before the chip could generate an interrupt. ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: Firewire interface -> dropouts, IRQ?
... PCI slots is assigned to a single PCI interrupt channel ... with the SATA controller, both PCI-E slots (I assume you have your ... If IRQ contention is in fact your problem, ... (rec.audio.tech) - Re: DUAL Lan Adapter:No Network Connection
... You may want to check the interrupt line, if the DLL is loaded and the ... NDIS is trying to bind the adapter with an IP address, ... This could be a PCI interrupt routing problem on the ... > IPNotifyClientsIPEvent: PendingIPGetIPEventRequest 5a0a0 ... (microsoft.public.windowsce.platbuilder) |
|