Re:I2C slave stop bit received
Some Stellaris devices have the ability to generate an interrupt on an I2C stop condition. This is a feature in DustDevil-class devices (in the datasheet check the Device Identification Register (DID0) description to determine which class of device you're using. Other Stellaris families lack this feature which, as you point out, means the number of bytes must be known in advance. For non DustDevil devices a work-around might be to add a length by to the message.
- Jon
login or register to reply
|