I'm having a hard time figuring out how to do anything but the most basic ADC configuration using the SDK. To say the documentation is meager would be an understatement - there's exactly one sentence of explanatory text for the module and it's wrong. (It says it's a 12-bit ADC. On the LPC55S69 it's 16-bit.)
Is there an example somewhere that demonstrates using a hardware trigger and uses the results FIFO? I'm attempting to use a CTIMER as a periodic trigger - previously on Kinetis I had this set up to use the PDB. I can get an interrupt from the CTIMER on its MAT3 output but it's not causing a conversion as far as I can tell.
In this case the sample rate is low and performance isn't critical so it's not a big deal to use a software trigger from a timer, but I'd like to understand the peripheral better before I move on to more critical applications.
Thanks,
Scott