The LogicPD EVM is equiped with TPS65070 and a 4-wire touchscreen. I can communicate with the touchscreen controller, read and set registers over i2c0. I can set up an interrupt for a touch as per page 38 and I see the 0x08 bit come on in INT (i2c register 0x02 on 65070) when I touch the screen.
I "thought" that this would cause the i2c0 interrupt to fire (INT 15) when the screen is touched, but it does not (OR the bit is masked). I can't figure out how the 65070 interrupt line is wired to the 1808 interrupt structure... not very good at reading schematics (hey, I'm a s/w guy).
Can anyone shed some light on this? TIA