Hello,
i've read the reference manual and still have some questions.
I used the adc_etc interrupt example which worked fine. Then i switched to LPADC2 and nothing worked. After a closer view i recognised that the program doesn't even come to the Interrupt routine.
I changed the define corresponding to the XBAR from
kXBARA1_OutputAdcEtc0Coco0
to kXBARA1_OutputAdcEtc1Coco0 as i've seen that these one from coco0-coco3 are for the ADC2.
I also enabled the Interrupt routines 2 and 3 and implemented them the exact same way as in the Demo, but it still doesn't work.
Do i oversee some important configuration?
Kind regards,
Andy