MSPM0G1505: COMP0_IN3+ available?

Part Number: MSPM0G1505
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi, when i change the code for the "COMPx_IN3+", I still get compilation errors. How can I overcome this issue?

More details here : e2e.ti.com/.../activities

  • Hi Sebastien,

    Sorry for late response for this topic.

    If you have problem on Sysconfig for COMP input pin, you could also try to configure pin by API such as:

    DL_COMP_setPositiveChannelInput(COMP_INST, DL_COMP_IPSEL_CHANNEL_3);
    Above API could enable IN3+ for COMP_INST, if it is COMP0, then the input pin will be PA15.

    Best Regards,

    Pengfei