Peter Bigot wrote:
__attribute__((interrupt(TIMER1_A0_VECTOR)))
void TIMER1_A0_ISR(void)
{...
Hi Peter,Have things changed with the new compiler? I'm using mspgcc-20080619 and the likes of:
interrupt ( TIMERA1_VECTOR ) my_name( void )
{...
is what I use.
Best, Dan.
