Content originally posted in LPCWare by emulund on Thu Dec 05 06:20:30 MST 2013
Thanks for the reply
Even LCD's Next Base Address Update (INTSTAT & 0x04). is also misbehaving for me.
Should i do something inside the ISR ?
The interrupt is NOT repeating...
I used the above same ISR just changed LCD_INTMSK to this
<code>
LCD_INTMSK = (1 << 2);
</code>
Thanks in advance