I know you go other responses but garbage on the uart could also mean
wrong baud or corrupt fuse settings.
-----Original Message-----
From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On
Behalf Of aswinefy2003
Sent: Friday, July 01, 2005 7:35 AM
To: AVR-Chat@yahoogroups.com
Subject: [AVR-Chat] help problem in uart
i have the following code written in iccavr
while(condition=true)
{
while(!(UCSRA&(1<<UDRE)));
UDR=data
//delay();
}
the problem is when i remove the delay()routine ,atmega32 is not
transmitting the correct data ,but any how transmitting some
garbage .Please help
Yahoo! Groups LinksMessage
RE: [AVR-Chat] help problem in uart
2005-07-02 by wbounce
Attachments
- No local attachments were found for this message.