Hi,
I've set external IRQ0 to falling edge trigger and pulled this pin low, but it seem this interrupt doesn't be triggered, the corresponding interrupt service routine doesn't be called. The EIVPR0 and EIDR0 register values are:
PIC_EIVPR0 - 0x000c0001, PIC_EIDR0 - 0x00000001
Are there any other settings should be taken if I want to trigger external IRQ? (I've checked that EXT_IRQ0 isn't multiplexed with the other Pins)
Thanks!
Jia