[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Students needing help with UART on AVR ATMega16
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] Students needing help with UART on AVR ATMega16 |
Date: |
Thu, 24 Apr 2003 09:14:57 -0600 |
On 24 Apr 2003 at 13:18, Olav Torheim wrote:
>
> Hi!
>
> We are some computerstudents working on our senior project. Right now
> we're trying to program the UART of an AVR ATMega16, running at 3,69
> MHz on an AVRSTK500. We tried to run gcctest7 (the example shipped
> with AVREdit), but got the error message "UCR undeclared". Thenwe
> renamed the UCR-references to UCSRB and recompiled, this time without
> errors.
The GCCTEST examples are out-of-date and don't work well even with
avr-gcc 3.2. I would recommend updating your toolset to WinAVR and
find different examples for the UART. There are a lot of user
projects at the AVR Freaks site under the Academy tab.
Eric