Dear All,
We found the interrupt flag P1ILG will be set to "1" even the P1IE doesn't set.
It seems follow the P1IES set to change the status in P1ILG.
example.
P1ILES = 0x00; // set the interrupt is falling trigger.
P1DIR = 0xFF; // set all pin are output.
P1OUT=0xFF; // set all pin output "high"
P1OUT=0x00; // set all pin output "low" <-- The P1ILG will be set to 0xFF automatic when the code go to the section.
Does it normal phenomenon? Please help clarify it.
Thanks,
Dennis