From mboxrd@z Thu Jan 1 00:00:00 1970 From: harri.siirtola@vtt.fi To: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] AT91 serial port usage (SOLVED) Date: Tue, 14 Aug 2001 09:02:00 -0000 Message-id: <3.0.32.20010814185828.0097e330@vttmail.vtt.fi> X-SW-Source: 2001-08/msg00481.html The at91_serial_stop_xmit() should be changed to write to IDR: HAL_WRITE_UINT32(base+AT91_US_IDR, AT91_US_IER_TxRDY); Thanks, Jifl for spotting that, now the rx works. Harri