ERROR L1907: Fixup overflow in

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ERROR L1907: Fixup overflow in

744件の閲覧回数
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 返信

638件の閲覧回数
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 件の賞賛