TI’s MSP430 chips are rather interesting – they’re low power, very capable, and available for under a dollar in most cases. Some of these chips, though, don’t have native SPI or I2C interfaces; ...
In the June and August 2003 issues of Linux Journal, my column covered the Linux kernel driver model, and the I2C subsystem was used as an example. This month, we discuss what the I2C subsystem does ...
I2C is a two-wire communication protocol known for its simplicity. Despite this reputation, I2C does have its challenges: a limited number of bits for a unique address can create address conflicts, or ...