public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anders Larsen <alarsen@rea.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] How To Register Interrupt Routines in ARM920T?
Date: Wed, 08 Dec 2004 09:12:25 +0100	[thread overview]
Message-ID: <fc.004c4e48002bf3753b9aca00639da9ed.2bf38c@rea.de> (raw)
In-Reply-To: <698a2fda0412072241b442444@mail.gmail.com>

Rodel Miguel <rodelfmiguel@gmail.com> schreibt:
>Kermit Not Responding).  I debugged this on the getc level and
>verified that my board's U-Boot can accept the first few data from my
>PC's kermit and then the loadb function hangs, i.e. does not accept
>any data.  I think this is because my UART's FIFO is not handled well,
>and probably needs software flow control.

Are you sure the problem is on the receiving side (i.e., did your
PC Kermit continue sending after your board stopped receiving)?

It could also be a synchronization problem (i.e., the UART in your
PC is clocked slightly faster than the UART on your board); you can
relax that by setting the PC (but not your board) to two stop-bits.

Anyway, if you really need flow-control, then I'd strongly recommend
hardware (RTS/CTS) over software (XON/XOFF) for reliability reasons
(an XOFF (or worse, an XON) might get lost on the line).
>
Cheers
 Anders

  reply	other threads:[~2004-12-08  8:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-08  6:41 [U-Boot-Users] How To Register Interrupt Routines in ARM920T? Rodel Miguel
2004-12-08  8:12 ` Anders Larsen [this message]
2004-12-08  9:10 ` Wolfgang Denk

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=fc.004c4e48002bf3753b9aca00639da9ed.2bf38c@rea.de \
    --to=alarsen@rea.de \
    --cc=u-boot@lists.denx.de \
    /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