This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AT91 serial port usage (SOLVED)



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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]