We are using a DP83460 PHYTER Ethernet chip. I enabled the event time stamp through the event configuration register at page 5 register 0x15 by writing a 0x1801. This should enable GPIO8 and associate it with event 0. I also enabled the event status at page 5 register 0x18 by writing a 0x3f. This should enable the event status.
I then create an event on GPIO 8 by driving a hardware signal into GPIO 8. I verify that the PHYTER chip sees the event by reading from page 6 register 0x1e (GPIO Monitor). I can see that GPIO 8 bit has changed from a 0 to a 1.
But when I read the event status register, page 4 register 0x1e, it always returns a 0. I have tried this with rising and falling edge configurations and single and multiple triggers.
What am I missing?