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.

MSP430G2553

why do we use pragma for any interrupt ?

  • Hi Ronak,
    that's the syntax to allocate the interrupt service routine at a fixed address, related to the interrupt vector table, which is used by the integrated interrupt logic on chip and loading that address automatically into the PC on occurrence of an active and occurred interrupt.

    Best regards
    Peter