ERROR L1907: Fixup overflow in

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ERROR L1907: Fixup overflow in

686 次查看
hardware
Contributor I

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

0 项奖励
1 回复

580 次查看
hardware
Contributor I

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"

0 项奖励