I am talking to a FPGA on one of the CS on my GPMC interface. The interface is setup to do synchronous read/write multiplexed access, with wait monitoring enabled for the read access. I would like to use the error timeout feature in case the FPGA becomes unresponsive during an access and the wait never goes deasserted, the interface wouldn't hang. I programed 0x6E000040 with value 0x00001FF1. Now a write access still works but when I try to do a read with the timeout feature enabled I get a seg fault.
Any ideas?
Thanks