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

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

Re: [avr-gcc-list] compiler not generating IO


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] compiler not generating IO
Date: Thu, 26 Jan 2006 22:11:41 +0100 (MET)

"developer2112 (sent by Nabble.com)" <address@hidden> wrote:

>     ldi r16,5
>     out UBRRH, r17      ; 5 = 115200 baud
>     out UBRRL, r16

Are you sure your clock is OK?  Using the default internal
1 MHz RC oscillator, you won't be able to generate a baud
rate of 115200.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

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