Messaggio di errore dopo il build del mio firmware
Buongiorno
conoscete per caso questo errore ?:
Error - section '.org_2' can not fit the absolute section. Section '.org_2' start=0x00000004, length=0x00000182
Errors : 1
riguarda sicuramente la parte dell'interrupt:
ORG 04H
btfsc INTCON,T0IF
goto IntT0IF
btfsc INTCON,RBIF
goto IntRBIF
End_ih
bcf INTCON,T0IF
bcf INTCON,RBIF
retfie
IntT0IF
goto End_ih
IntRBIF
goto End_ih
dove sbaglio?
grazie
conoscete per caso questo errore ?:
Error - section '.org_2' can not fit the absolute section. Section '.org_2' start=0x00000004, length=0x00000182
Errors : 1
riguarda sicuramente la parte dell'interrupt:
ORG 04H
btfsc INTCON,T0IF
goto IntT0IF
btfsc INTCON,RBIF
goto IntRBIF
End_ih
bcf INTCON,T0IF
bcf INTCON,RBIF
retfie
IntT0IF
goto End_ih
IntRBIF
goto End_ih
dove sbaglio?
grazie
