This is the mail archive of the
ecos-discuss@sources.redhat.com
mailing list for the eCos project.
RE: Debug messages through serial communication port
- To: "Trenton D. Adams" <tadams at theone dot dnsalias dot com>
- Subject: RE: [ECOS] Debug messages through serial communication port
- From: Cristiano Ligieri Pereira <cpereira at ics dot uci dot edu>
- Date: Wed, 29 Aug 2001 10:31:01 -0700 (PDT)
- cc: ecos-discuss at sourceware dot cygnus dot com
The faster the clock tick, the worse the problem. I think i'll have to
live with that, store my debugging info on memory and dump it once and a
while.
Cristiano.
------------------------------------------------------------
Cristiano Ligieri Pereira - http://www.ics.uci.edu/~cpereira
On Wed, 29 Aug 2001, Trenton D. Adams wrote:
> I have the same problem. It doesn't bother me that much so I haven't
> bothered to figure out why it's happening.
>
> I have a series of diag_printfs with cyg_thread_delays in between. It
> appears as if all the cyg_thread_delays are run through first, and then
> the diag_printfs. I don't know why this would happen, but it does. Is
> this similar to your problem?