Sorry to interrupt you.
I'm programming for LPC11U64, but not familior with LPC architecture yet. I have a question about the burst mode of this ADC.
Here is what I want to do.
My program needs to know if the analog input crosses the level of THR0_LOW. The ADC is set to the burst mode, I mean, CPU has to do some processes immediately after the analog input value crosses a certain point, then ADC is set to burst mode. Now I've got ADC_A_IRQ, but the reading of <THCMPCROSS> field of SEQA_GDAT register is always zero. Why? My expectation is 0x2(Downward) or 0x3(Upward), and <RESULT> field of SEQA_GDAT also seems to be wrong.