Hi,
I'm writing my own optimized driver for USART in AT91SAM9260, working with PDC.
The problem I've faced is that after my initialization procedure (based on atmel_serial.c code from Linux) the USART+PDC does not generate interrupts, even though the external clock is connected to SCK2 and data stream is transmitted to RXD2.
It seems, that my initialization code (posted to
viewtopic.php/f,12/t,20486/ ) does not turn on something essential...
Where can I find any sample code showing how to initialize USART (I need only the receiver part) together with PDC?
--
TIA & Regards,
Wojtek