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.

MSP430F67791A: MSP430F67791A

Part Number: MSP430F67791A

Hi,

I am presently working on MSP430F67791A controller.I m using Compiler Composer Studio v7 . I need to configure Timer A0 . I have Configured all the register related to timer as per requirement as specified in the datasheet. Now I m not able to generate an interrupt for the same.I have worked on MSP430F4 series earlier(on Code Composer Studio V3.3) n have tried using the same interrupt routine as been used there. But still I am unable to receive the interrupt . As on the Configurations involved i m pretty clear that i have done it right.Please Help if i m missing out something

Regards,

Shweta Shelar

  • Please show us your code. Otherwise, we're just guessing.

    Alternatively, look through the TimerA example programs (link from the Product page), and see what they do differently from you.

    How do you know that your ISR isn't called? (A debugger breakpoint is a fairly reliable indicator.)

    I'm pretty sure TimerA hasn't changed much over the years, though the Clock systems (that drive them) have. I suppose it's also possible some of the _VECTOR names changed (which would cause your program to Reset rather than interrupt).

**Attention** This is a public forum