viktorbucher wrote on Thursday, September 09, 2010:
I had a lot of linker problems with IAR 5.50 when using file portmacro.s90 as supplied. I sugest to modify the interrupt vector definition :
Original :
ASEG
ORG TIMER1_COMPA_vect ; Vector address
jmp SIG_OUTPUT_COMPARE1A ; ISR
new :
COMMON INTVEC:CODE:ROOT(1)
ORG TIMER1_COMPA_vect ; Vector address
jmp SIG_OUTPUT_COMPARE1A ; ISR