A question regarding external device access
Hi all,
I have finished a spi driver designed to access an external device. There are two types of command sent by the host, read and write. After writing a command to SPI, data should be read back, and there should be no time interval between the two operations.
My question is will the driver module be interrupted, should I implement a protection?
Thanks!
|