Hi. I'm currently working on the ADC interrupt. It seems to me that I can only use it for one ADC channel. I would like to know if I can use the interrupt for different channels. For example, I would like to use ADC channels AD1 and AD5, both having different operations when interrupted. Can I assign a unique interrupt to each of them?
I'm using MC9S08AW60 MCU, which only has one vector number for the ADC interrupt. Thx