Hello
I have a trouble with unintentional interrupt mask that happens seldom, may be once in million times, but it disturbs periodic task of XINT1 interrupt.
I find out PIEACK1 is not cleared when it happends even though it gets through the program code such as:
RegsPIECtrl.PIEACK.unWord = ( unsigned int )0x0001;
After that, XINT1 interrupt is not called until SPIRXINTA interrupt is called.
I have no idea why this happends and how I could avoid this.
Anyone can help me?