Below is the diagram of Comparator
I want give the output signal of CMPINV to COMPxTRIP without any filter, I have to way
(1) Comp1Regs.COMPCTL.bit.SYNCSEL = 0;
(2) Comp1Regs.COMPCTL.bit.QUALSEL = 0;
Comp1Regs.COMPCTL.bit.SYNCSEL = 1;
I just want to know the difference between this two ways, thanks
