Search found 1 match

by RodCarty
Tue Nov 24, 2015 4:25 pm
Forum: Hardware
Topic: AVR as UART/ACIA IC
Replies: 79
Views: 17522

Re: AVR as UART/ACIA IC

As per my experience with AVR, it has several interrupt lines that can trigger by a high-low or low-high transition.
And you could immediately react on a chip select signal. If clocked fast enough there should be enough time to set the RDY line for the CPU.
Also you have enough time to read the ...