
31 Jan
2006
31 Jan
'06
1:05 p.m.
Maximus wrote: ...
void myrecieve_handler (uchar * pkt, unsigned dest, unsigned src, unsigned len) {
...
As, soon as seqnum = * (int *) pkt - is executed my board prints the message:
One idea without further investigation....
if the pointer pkt is *not* on an 4 byte aligned address, you will get an alignment trap on arm.
Best regards Peter