avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] 4433 .data+.text sensitivity.


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] 4433 .data+.text sensitivity.
Date: Sat, 27 Dec 2003 00:03:31 +0100 (MET)

As Herb Peyerl <address@hidden> wrote:

>...is a spike about every 160us on the scope, indicating to me that the
>AVR is resetting somewhere in fdevopen().

fdevopen() uses malloc() to allocate storage for each stream.  My
guess is that you simply ran out of memory, and suffer from a
stack/heap collission.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]