From: Grant Edwards <grante@visi.com>
To: Charles-Henri Balet <charles-henri@bluewin.ch>
Cc: gdb@sources.redhat.com
Subject: Re: GDB using Angel error on an OKI board
Date: Mon, 25 Feb 2002 14:10:00 -0000 [thread overview]
Message-ID: <20020225161706.A14785@visi.com> (raw)
In-Reply-To: <003001c1be39$fc62ef00$0401a8c0@CHARLESHENRI>; from charles-henri@bluewin.ch on Mon, Feb 25, 2002 at 09:21:15PM +0100
> I have obtain the serial TX and RX of the port for the ANGEL
> ARM SDT 2.50, the code of start the sending and receiving are
> the next :
> 000000 1c 14 01 c5 c4 01 15 01 ff ff ff ff ff ff ff ff 85 49 c7 47 1d 1c 08 c5
> 000018 c4 04 4b be c7 38 e1 10 53 74 1d 1c 24 03 c6 c5 01 05 03 ff ff ff ff ff
> 000030 ff ff ff 01 c0 01 80 25 1b 53 f9 16 d3 1d 1c 14 03 c7 c6 01 06 03 ff ff
[...]
That looks like ADP framing, 0x1c starts a frame, 0x1d ends a
frame, and 0x1b is the escape character (toggles bit 4 in the
next byte). But, what's inside the frame doesn't match up with
the ADP frame format. Parts of it look OK, but there are bytes
missing. It looks like whatever you used to capture the data
has discarded all of the bytes with a value of 0x00.
--
Grant Edwards
grante@visi.com
next prev parent reply other threads:[~2002-02-25 22:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-24 11:39 Charles-Henri Balet
2002-02-25 8:20 ` Grant Edwards
[not found] ` <000f01c1ebb8$84dbc630$0401a8c0@CHARLESHENRI>
2002-02-25 11:10 ` Grant Edwards
[not found] ` <000501c1be32$8ea031f0$0401a8c0@CHARLESHENRI>
2002-02-25 12:04 ` Grant Edwards
[not found] ` <003001c1be39$fc62ef00$0401a8c0@CHARLESHENRI>
2002-02-25 14:10 ` Grant Edwards [this message]
2002-02-25 14:02 Charles-Henri Balet
2002-02-25 14:13 ` Grant Edwards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020225161706.A14785@visi.com \
--to=grante@visi.com \
--cc=charles-henri@bluewin.ch \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox