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.

RTOS/SIMPLELINK-CC13X0-SDK: Use Analog comparator in CC1310

Part Number: SIMPLELINK-CC13X0-SDK
Other Parts Discussed in Thread: CC1310

Tool/software: TI-RTOS

Hi,

Сan I use in CC1310 interrupt from analog comparator COMPA without SCS?

Thank you for your patient help.

Best regards,

Nick

  • Hi Orl,

    While you could potentially use the comparator from the ARM core, there is no driver support for this. You would have to put it all together using register level writes and IO muxing which is far from trivial.

    Is there a special reason you want to do this without using the sensor controller?