[avr-gcc-list] stumped by my ATmega48 (again)

2007-10-04 Thread joe
Hi all, I thought I was getting the hang of this Atmel programming, but after dusting things off a bit, I'm stumped again. I have a demo program from Matthew MacClary at Oregon State that toggles all output pins every three seconds. Pin 15 is hooked up to an LED on my breadboard, and when I inst

Re: [avr-gcc-list] Missing Section

2007-10-04 Thread Erik Christiansen
On Thu, Oct 04, 2007 at 09:05:00AM -0700, Gre7g Luterman wrote: > --- Erik Christiansen <[EMAIL PROTECTED]> wrote: > > > What does "avr-objdump -h" say about .update? > > $ avr-objdump.exe -h RIO-15C/RIO-15C.elf | grep update > 0 .update 01a6 1e40 1e40 1f24 2**0 Err, I

RE: [avr-gcc-list] Missed optimisations when manipulating bytes

2007-10-04 Thread Eric Weddington
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of David Brown > Sent: Thursday, October 04, 2007 8:35 AM > To: 'AVR-GCC' > Subject: [avr-gcc-list] Missed optimisations when manipulating bytes > > I was looking at the assembly generated from a

RE: [avr-gcc-list] Boot vector setting for GCC

2007-10-04 Thread Eric Weddington
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of ABHIJIT KSHIRSAGAR > Sent: Thursday, October 04, 2007 12:55 AM > To: avr-gcc-list@nongnu.org > Cc: [EMAIL PROTECTED] > Subject: [avr-gcc-list] Boot vector setting for GCC > > Hi, > > This may

[avr-gcc-list] Missed optimisations when manipulating bytes

2007-10-04 Thread David Brown
I was looking at the assembly generated from a program I'm working on, and it strikes me that there is a lot of scope for improvement in the register manipulation when mixing bytes and 16-bit words like in the code below. I've only tested using the latest winavr release (gcc 4.1.2), so maybe n

[avr-gcc-list] Boot vector setting for GCC

2007-10-04 Thread ABHIJIT KSHIRSAGAR
Hi, This may seem like a silly question, but how do i get AVR GCC to know what is the boot vector address for a device, which I set using the fuses (BOOTRST and BOOTSZ) on the chip? Abhijit K. ___ AVR-GCC-list mailing list AVR-GCC-list@nongn