The difference is that on the 4520, there is only 1 interrupt source for the Comparator module. A change in either comparator will cause an interrupt to the same handler.
There are other chips that have individual interrupt flags for each comparator, but not the 4520.
So you need to use the CMP_INT, on that chip.
<br>







Bookmarks