??? 10/10/06 21:34 Read: times |
#126148 - No doubt about it Responding to: ???'s previous message |
It is possible, but how fast do you have to transfer data over your IIC or SPI? How many megabytes per second? How many bytes can you buffer up in your MCU?
If you have a byte stream, not a bit stream, that operates at, say, 625 KBps, that's KBYTES, and you have to receive a strobe and generate an acknowledge for each byte, how do you handle that? Since the data is in 32KB blocks, where do you put it? RE |