??? 02/11/05 00:43 Read: times |
#87114 - LPC900 family Responding to: ???'s previous message |
Most of the larger LPC900 devices have both I2C and SPI on them. These would include the P89LPC932A1, 933, 934, 935, 936. The 936 has 16KB of code memory, the others have 8KB.
Another way to go is to go get a P89LPC916. This is a 14-pin TSSOP device that has a UART, an I2C, and SPI interfaces and 2KB of code memory. You could connect this to any other general 80C51 device via the UART. Then write some code for this device and it could speak I2C and SPI to other devices for you. Sort of a UART -SPI/I2C bridge. Bill |