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

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

Re: [avr-gcc-list] program stops working while CONST data segment is too


From: Arek Witkowski
Subject: Re: [avr-gcc-list] program stops working while CONST data segment is too big
Date: Tue, 7 Sep 2004 19:12:59 +0200

After the suggestions from more expirienced users I've found my mistake.

Key to the success:

# include <avr/pgmspace.h>

PROGMEM type
and
__EML( addr ) macro


Best regards
Arek



reply via email to

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