??? 06/22/06 21:45 Read: times |
#118909 - yes, we ARE mixing, both threads touch s Responding to: ???'s previous message |
Doesn't SPI have a bunch of "features?"
Hardware uC SPI as seen by a master is: Load 8 bits, set a start bit, on each interrupt do the same till you are done. If you are reading, just read the 8 bits on the interrupt. The only "feature" I can think of is that SPI peripherals have a deselect pin that will "short" them (output = input, no data loaded into the device). As mentioned before, it's not the current topic, though. yes, we ARE mixing, both threads touch serial I/O so, no wonder. Erik |