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.

MSPM0G3507: Comparator ISR issue.

Part Number: MSPM0G3507

Tool/software:

Hi,

           I tried to use the comparator which is in-built with the microcontroller. The output of the comparator is working fine w.r.t the inputs when we enabled the output of the comparator. But the issue is, it doesn't generate any  interrupt for the same. But, we are getting the interrupt handlers of the other peripherals.

Thanks,

Praveen kumar

  • Hi,

    The demo code comp_hs_dac_vref_external in SDK uses the COMP interrupt. You can check on that demo code first. You can find the demo code in below path.

    SDK installation path\mspm0_sdk_2_xx\examples\nortos\LP_MSPM0G3507\driverlib\comp_hs_dac_vref_external

    Best regards,

    Cash Hao