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 helpMessage
help problem in uart
2005-07-01 by aswinefy2003