[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Problems after boot_page_erase()
From: |
Mike van Meeteren |
Subject: |
Re: [avr-gcc-list] Problems after boot_page_erase() |
Date: |
Mon, 05 Apr 2004 07:37:11 -0500 |
<x-flowed>
At 09:32 PM 4/4/2004 -0500, John Butera wrote:
>After calling boot_page_erase(), any LCD output function I try to use
>never returns. I simplified the problematic portion of my code to see
Some things to look out for are where the strings are stored. Try running
the code without writing to the screen, or write just one byte to the
screen to see if this is a problem. If you're pointing to core trash, you
might never hit a terminating zero and crash the program. I assume your
stack is fine since your initial call works.
-Mike
--
Mike vanMeeteren address@hidden FASTechnologies Corp.
Track Hauler: 2001 F150 Track toy: 89 Mustang LX 351W 10.93 @ 122.5 MPH
_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list
</x-flowed>