Hi, George,
First of all, the ADC converter of LPC546xx supports the external pin triggering mode.
In other words, you can connect the ADC external triggering signal to any PIO0_x or PIO1_x, in detail, PIO0_0~ PIO0_31 or PIO1_0 ~ PIO1_31, but you can not connect the other pins.
For example, you can connect the external triggering signal to PIO0_0, you can select the GINT0 by set the SEQA_CTRL[TRIGGER]=1. If you want to have the external trigger signal WITHOUT synchronization as you desired, you have to set the SYNCBYPASS bit by SEQA_CTRL[SYNCBYPASS ]=1. If you want negative edge trigger, set SEQA_CTRL[TRIGPOL]=0. Regarding the pin setting, you can set the PORT_POL0[0]=0, PORT_ENA0[0]=1
For detailed inf, pls refer to Chapter 14: LPC546xx Group GPIO input interrupt (GINT0/1) in UM10912.pdf
Hope it can help you
BR
XiangJun Rong
