Re: Compact Flash operation by interrupts



Vladimir Vassilevsky wrote:

I am trying to implement a non-blocking driver for the CF card. So, this driver has to operate by CF interrupt rather then by polling the registers. So far so good, however one problem remains:
Is it possible to generate the interrupt when the write sector operation is complete, i.e. when the CF is ready for the next sector write?

Without knowing more details, I *can* say that I have
successfully used the CF READY line as an interrupt
mechanism, which (iirc) mirrors the ready status that
you are polling.


--
Michael N. Moran (h) 770 516 7918
5009 Old Field Ct. (c) 678 521 5460
Kennesaw, GA, USA 30144 http://mnmoran.org

"So often times it happens, that we live our lives in chains
and we never even know we have the key."
The Eagles, "Already Gone"

The Beatles were wrong: 1 & 1 & 1 is 1
.



Relevant Pages