??? 03/03/04 15:23 Read: times |
#65879 - RE: LPC932 with simple I2C peripherals Responding to: ???'s previous message |
I don't want SI to generate interrupts in this application. why not? Running IIC without interrupts in a derivative with hard IIC does not make sense. Because I don't want to fiddle around with the different states and decode them. In a simple single-master system with "dumb" peripherals the states are known after each operation so I get shorter code with polling (and without state decoding). |