Hello,
I downloaded the embOS trial for M16C80 & M32C and Renesas NC308 (V540 and HEW 4), but the startup code seems to be corrupt.
If I step through the startup code with my E8 OnChip debugger, the device holds on the Command
BCOPY data_NEI_top,data_NE_top,data_NE
BCOPY .macro FROM_,TO_,SECT_
mov.l #FROM_ ,A0
mov.l #TO_ ,A1
mov.w #sizeof SECT_ , R3
smovf.b <<--- This is the command the divice holds on
.endm
Can anyone help me please?
I downloaded the embOS trial for M16C80 & M32C and Renesas NC308 (V540 and HEW 4), but the startup code seems to be corrupt.
If I step through the startup code with my E8 OnChip debugger, the device holds on the Command
BCOPY data_NEI_top,data_NE_top,data_NE
BCOPY .macro FROM_,TO_,SECT_
mov.l #FROM_ ,A0
mov.l #TO_ ,A1
mov.w #sizeof SECT_ , R3
smovf.b <<--- This is the command the divice holds on
.endm
Can anyone help me please?