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.

TIDA-01093: How to implement code snippet for two alert managing

Part Number: TIDA-01093

Dear ti,

     In my arduino code has         

// attach ALERT interrupt to this instance
instancePointer = this;
attachInterrupt(digitalPinToInterrupt(35), bq769x0::alertISR, RISING);

attachInterrupt(digitalPinToInterrupt(36), bq769x0::alertISR, RISING);

is this correct?or not please explaine

e2e.ti.com/.../tida-01093-regarding-explanation-of-circuit

Thank You,

Maneesh PS

  • Hello Maneesh,

    You may want to post your question on an arduino forum for help on your arduino code.

    In the TIDA-01093 both ALERTs just send an electrical signal that the MSP430 can use to detect an interrupt by the external signals. 

    Best Regards,

    Luis Hernandez Salomon