* Queue task Problem
@ 2002-04-29 10:47 Gerhard TAEUBL
2002-04-29 10:58 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Gerhard TAEUBL @ 2002-04-29 10:47 UTC (permalink / raw)
To: linuxppc-dev
Hallo!
I wrote a device driver which handles the SCC in UART mode of a MPC860T
for a simple protocol. The protocol start with a byte, the other side
send a ack, then the packet will be sent. At last an ack will be send
from the receiver. My problem is, that sometimes the bottom half part of
my software won't be executed.
For example I send the start character, the other side answer with an
ack, but nothing else happens, I got an timeout, and there I compare
counters for hardware interrupt and bottom half part of software, and
they are different. With an terminal program I see, tht that is my
fault (the ack would be sent). Does anyone knows this phenomenon? On
transmission side I also have sometimes this problem.
Thanks in advanced
Gerhard
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Queue task Problem
2002-04-29 10:47 Queue task Problem Gerhard TAEUBL
@ 2002-04-29 10:58 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2002-04-29 10:58 UTC (permalink / raw)
To: Gerhard TAEUBL; +Cc: linuxppc-dev
In message <sccd40ff.057@mail.frequentis.com> you wrote:
>
> I wrote a device driver which handles the SCC in UART mode of a MPC860T
> for a simple protocol. The protocol start with a byte, the other side
> send a ack, then the packet will be sent. At last an ack will be send
> from the receiver. My problem is, that sometimes the bottom half part of
> my software won't be executed.
Ummm... is there any good reason (except maybe for a training
exercise to write a new driver for that instead of using the existing
(and working) SCC UART driver?
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Doubt is a pain too lonely to know that faith is his twin brother.
- Kahlil Gibran
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-29 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-29 10:47 Queue task Problem Gerhard TAEUBL
2002-04-29 10:58 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).