Hej
I'm using a MSP430FG437 and when I try to use a timer, I get an error: #10099 programm will not fit into available memory, placement with alignment fails for section Timer... size0x4.
I tried some timers A and B.
I cleaned and rebuilt the project ... no results.
#pragma vector=TIMERA3_VECTOR // Timer1 Ax interrupt service routine __interrupt void Timer_A3 (void) {...} . . . main... . . . TA0CCR0 = 1200; // Count limit TA0CCTL0 = 0x10; // Enable Timer TA0CTL = TASSEL_1 + MC_1; // count UP