Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

help problem in uart

2005-07-01 by aswinefy2003

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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.