I am developing a project based on the MCXA153VLH microprocessor and I need to sample an analog signal at regular time intervals.
I thought about using a timer to act as a trigger to start the conversion. At the end of the conversion, the analog-to-digital converter should generate an interrupt to signal the end of the conversion and the availability of the data to be converted.
I have already used a similar technique with the LPC5526 microprocessor with excellent results. In that project, I used timer 4, associating the start of the conversion with trigger 9.
Unfortunately, I cannot find which trigger number is associated with a timer that starts the AD conversion on the MCXA153VLH microprocessor.
Could you provide me with detailed information?
Thank you and have a good day.