Other Parts Discussed in Thread: MSP430G2553
Hi,
I am trying to write the MSP430 code (MSP430-G2553) in C, and want to use absoulute hex values insted of symbols. For example for instead of TACTL = TASSEL_2 + MC_2 + TAIE; I prefer to write TACTL = 0x0222; in hex, and it works.
Being a digital designer, I find it more easy and intuitive. But I have trouble with interrupt vector addresses. For example what are the absolute values of the following and similar other vectors in these statements? #pragma vector = PORT1_VECTOR and #pragma vector = TIMER0_A1_VECTOR ?? Is there any table somewhere? I tried some values from the 430 User guide but did not work !!
Thanks for your time
Inam