From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Menzebach Date: Tue, 31 Jan 2006 13:05:42 +0100 Subject: [U-Boot-Users] unexpected behaviour !!! In-Reply-To: <3634de740601310020o146c1bf9wc8165157255d5f8b@mail.gmail.com> References: <3634de740601310020o146c1bf9wc8165157255d5f8b@mail.gmail.com> Message-ID: <43DF5296.2000404@mw-itcon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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