Hi Yong,
I'm unable to generate any responses from the Modbus poll I'm using. It doesn't bseem to talk back or even recognise the communication. When i debug I hang up at this exception pasted below at line link a6, #0. what cpould be the issue? I'm using the latest codearrior 10.6 and debugger. Can you please look at my hardware settings? Thanks.
derivative_interrupt(stackFrameVector);
break;
}
}
asm __declspec(register_abi) void asm_exception_handler(void)
{
link a6,#0
lea -20(sp), sp
movem.l d0-d2/a0-a1, (sp)
lea 24(sp),a0 // A0 point to exception stack frame on the stack
jsr mcf_exception_handler
movem.l (sp), d0-d2/a0-a1
lea 20(sp), sp
unlk a6
rte
}
typedef void (* vectorTableEntryType)(void);