This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

f28035 COMP1A output as external interrupt source

I would like to detect an rising comparator output and execute an interrupt routine for that rising comparator output.

 

I found that I can do this by connecting the compout pin to another gpio and configuring that gpio as an xint source..

 

However if I wanna save some pins. can I just configure the compout pin as an xint input and do two things on the same pin ( i.e. use the same pin for both compout and xint input)

 

Thanks in advance.