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

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

Re: [avr-gcc-list] Table in bootloader section


From: Peeter Vois
Subject: Re: [avr-gcc-list] Table in bootloader section
Date: Thu, 23 Oct 2003 20:36:42 +0300

> prog_char table[] __attribute__ ((section (".bootloader"))) =
> {1,2,3,4,5};

prog char should be something like,

char __attribute__ ((section (".progmem.data")))

check this from headers.


reply via email to

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