Hi
I'm porting one project from MC09S08G16 to MX9S08DZ60. I've found multiple problems that has been fixed and now I'm stuck with this kind of message "ERROR L1907: Fixup overflow in Sys_Uart_Send_Byte, to VSys_Uart_Tx type 1, at offset 0x3".
It's not particular from this module, because If I comment this code appear another "ERROR L1907: Fixup overflow in ..."
Does anyone that any idea that could cause this problem?
Best Regards
Hi
Problems seems to be located at ISR routine, when I use global variable
void uart1_tx_ISR(void)
{
VSys_Uart_Tx_Complete=1;
SCI1C2=V_SCIC2;
}
Then appears error "ERROR L1907: Fixup overflow in uart1_tx_ISR, to VSys_Uart_Tx_Complete type 1, at offset 0x5"